panorama/Cargo.toml
Michael Zhang 5c7b9f583c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
apps
2023-07-18 19:20:56 -05:00

17 lines
422 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"] }
serde_yaml = "0.9.24"
toml = "0.7.6"
uuid = { version = "1.4.1", features = ["v4", "v8", "fast-rng"] }