mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
first working prototype
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964dedc7f122b26b0e2e5040248b7866c93
This commit is contained in:
parent
5687d2d6cd
commit
e2c10f386f
4 changed files with 1833 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue