mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a696442ff25c3f65bb2d5f68e0d78a569fd76
15 lines
330 B
TOML
15 lines
330 B
TOML
[package]
|
|
name = "stash"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
author = "NotAShelf <raf@notashelf.dev>"
|
|
|
|
[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"
|
|
log = "0.4.27"
|
|
env_logger = "0.11.8"
|