rust/Cargo.toml
2019-01-09 22:51:05 +03:00

11 lines
252 B
TOML

[workspace]
members = [ "crates/*" ]
[profile.release]
incremental = true
debug = true
[patch.'crates-io']
cargo_metadata = { git = "https://github.com/oli-obk/cargo_metadata.git", rev="f73e27b24e" }
salsa = { path = "/home/matklad/projects/salsa" }