Files
l-s/Cargo.toml
T
licsber 844b366f62 fix(compat): [#1981] Windows平台sync_parent_dir兼容修复
- sync_parent_dir新增#[cfg(windows)]空实现
- File导入改为条件编译避免Windows编译失败
- 版本号升级至v0.5.3
2026-05-15 14:37:13 +08:00

25 lines
575 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[package]
name = "l-s"
version = "0.5.3"
authors = ["licsber <admin@licsber.site>"]
edition = "2021"
description = "Summary any files meta."
repository = "https://git.licsber.site/rust/l-s"
homepage = "https://blog.licsber.site"
readme = "README.md"
license = "AGPL-3.0-only"
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
ed2k = "1.0.1"
indicatif = "0.18"
libc = "0.2"
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"] }