git.delta.rocks / jrsonnet / refs/commits / deac38eb1c8f

difftreelog

source

Cargo.toml329 Bsourcehistory
1[workspace]2members = ["crates/*", "cmds/*"]3resolver = "2"45[workspace.dependencies]6nixlike = { path = "./crates/nixlike" }7better-command = { path = "./crates/better-command" }8uuid = { version = "1.3.3", features = ["v4"] }9tokio = { version = "1.33.0", features = ["fs", "rt", "macros", "sync", "time", "rt-multi-thread"] }