stash/Cargo.toml
NotAShelf e2c10f386f
first working prototype
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964dedc7f122b26b0e2e5040248b7866c93
2025-08-12 15:01:28 +03:00

12 lines
252 B
TOML

[package]
name = "stash"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.44", features = ["derive"] }
sled = "0.34.7"
dirs = "6.0.0"
serde = { version = "1.0.219", features = ["derive"] }
rmp-serde = "1.3.0"
image = "0.25.6"