most done.

This commit is contained in:
2025-11-21 00:14:11 +08:00
parent 6ab9c38955
commit bd0c755370
12 changed files with 877 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "l-s"
version = "0.1.0"
version = "0.1.1"
authors = ["licsber <admin@licsber.site>"]
edition = "2021"
@@ -11,3 +11,12 @@ readme = "README.md"
license = "AGPL-3.0-only"
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
ed2k = "1.0.1"
md-5 = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha1 = "0.10"
sha2 = "0.10"
xxhash-rust = { version = "0.8", features = ["xxh3"] }