panorama/Cargo.toml
Michael Zhang 4ec8018de6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update
2023-07-18 18:21:15 -05:00

14 lines
319 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"] }