-
- Downloads
Merge 1.0.10
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- Cargo.lock 5 additions, 5 deletionsCargo.lock
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- src/common/config.rs 6 additions, 3 deletionssrc/common/config.rs
- src/features/scan.rs 282 additions, 199 deletionssrc/features/scan.rs
- src/main.rs 12 additions, 6 deletionssrc/main.rs
[package] | [package] | ||
name = "fltl" | name = "fltl" | ||
version = "1.0.9" | version = "1.0.10" | ||
authors = ["Hugues KADI <contact@attssystem.fr>"] | authors = ["Hugues KADI <contact@attssystem.fr>"] | ||
readme = "README.md" | readme = "README.md" | ||
description = "FLTL (pronounced FilesTools) is a minimalist Rust tool to keep control on your filesystem" | description = "FLTL (pronounced FilesTools) is a minimalist Rust tool to keep control on your filesystem" | ||
... | @@ -10,7 +10,7 @@ rust-version = "1.74" | ... | @@ -10,7 +10,7 @@ rust-version = "1.74" |
[dependencies] | [dependencies] | ||
chrono = "0.4.31" | chrono = "0.4.31" | ||
clap = { version = "4.4.10", features = ["derive"] } | clap = { version = "4.4.11", features = ["derive"] } | ||
configparser = "3.0.3" | configparser = "3.0.3" | ||
lazy_static = "1.4.0" | lazy_static = "1.4.0" | ||
libc = "0.2.150" | libc = "0.2.150" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment