mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-06 11:15:47 +00:00
13 lines
279 B
TOML
13 lines
279 B
TOML
[package]
|
|
name = "zimba"
|
|
authors = ['Stract <hello@stract.com>']
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
lzma = { workspace = true }
|
|
memmap2 = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
zstd = { workspace = true }
|
|
nom = { workspace = true }
|