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