/ my_whatever / Cargo.toml
Cargo.toml
1 [package] 2 name = "my_whatever" 3 publish = false 4 version.workspace = true 5 edition.workspace = true 6 license.workspace = true 7 8 [dependencies] 9 snafu.workspace = true
1 [package] 2 name = "my_whatever" 3 publish = false 4 version.workspace = true 5 edition.workspace = true 6 license.workspace = true 7 8 [dependencies] 9 snafu.workspace = true