mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
27 lines
612 B
TOML
27 lines
612 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "web-spell"
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
bincode.workspace = true
|
|
fst.workspace = true
|
|
itertools.workspace = true
|
|
indicatif.workspace = true
|
|
rayon.workspace = true
|
|
uuid.workspace = true
|
|
tracing.workspace = true
|
|
memmap2.workspace = true
|
|
whatlang.workspace = true
|
|
fnv.workspace = true
|
|
|
|
[dev-dependencies]
|
|
file_store.workspace = true
|
|
proptest.workspace = true
|