chore(Cargo.toml): update deps
This commit is contained in:
parent
7d80610462
commit
b014853c67
2 changed files with 206 additions and 178 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -4,23 +4,29 @@
|
|||
[package]
|
||||
name = "sysroot-cleaner"
|
||||
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
|
||||
version = "0.9.0"
|
||||
edition = "2024"
|
||||
version = "1.0.0"
|
||||
license = "EUPL-1.2"
|
||||
readme = "README.md"
|
||||
|
||||
repository = "https://git.montecristosoftware.eu/matteo/sysroot-cleaner.git"
|
||||
homepage = "https://git.montecristosoftware.eu/matteo/sysroot-cleaner/"
|
||||
|
||||
keywords = ["sysroot", "cleaner", "embedded", "image", "buildroot", "filesystem"]
|
||||
categories = ["command-line-utilities", "development-tools::build-utils", "filesystem", "embedded"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0" }
|
||||
async-trait = { version = "0.1" }
|
||||
bytesize = { version = "2.0" }
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
env_logger = { version = "0.11" }
|
||||
goblin = { version = "0.10" }
|
||||
ignore = { version = "0.4" }
|
||||
indoc = { version = "2.0" }
|
||||
goblin = { version = "0.10" }
|
||||
log = { version = "0.4" }
|
||||
memmap2 = { version = "0.9" }
|
||||
nix = { version = "0.30", features = ["fs"] }
|
||||
petgraph = { version = "0.8" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "io-util", "macros", "sync"] }
|
||||
walkdir = { version = "2" }
|
||||
bytesize = { version = "2.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue