1[workspace]2members = ["crates/*", "cmds/*"]3resolver = "2"4package.version = "0.1.0"56[workspace.dependencies]7nixlike = { path = "./crates/nixlike" }8better-command = { path = "./crates/better-command" }9bifrostlink = "0.1.0"10uuid = { version = "1.7.0", features = ["v4"] }11tokio = { version = "1.36.0", features = ["fs", "rt", "macros", "sync", "time", "rt-multi-thread"] }difftreelog
source
Cargo.toml377 Bsourcehistory