Research-Stack/2-Search-Space/search/stract/crates/file-store/Cargo.toml

16 lines
No EOL
372 B
TOML

[package]
edition = "2021"
license = "AGPL-3.0"
name = "file_store"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
bincode.workspace = true
common.workspace = true
memmap2.workspace = true
ownedbytes.workspace = true
uuid.workspace = true
tracing.workspace = true