panorama/Cargo.toml
Michael Zhang 38e21a8c56
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ok i think i'm getting this interface now
2023-07-18 18:54:13 -05:00

15 lines
385 B
TOML

[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"] }
uuid = { version = "1.4.1", features = ["v4", "v8", "fast-rng"] }