panorama/Cargo.toml

18 lines
422 B
TOML
Raw Permalink Normal View History

2023-07-18 23:21:15 +00:00
[package]
name = "panorama"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.72"
bincode = "1.3.3"
dirs = "5.0.1"
once_cell = "1.18.0"
redb = "1.0.5"
serde = { version = "1.0.171", features = ["derive"] }
2023-07-19 00:20:56 +00:00
serde_yaml = "0.9.24"
toml = "0.7.6"
uuid = { version = "1.4.1", features = ["v4", "v8", "fast-rng"] }