podcasts/Cargo.toml
2017-11-19 18:14:56 +02:00

15 lines
346 B
TOML

[workspace]
members = [
"hammond-data",
"hammond-downloader",
"hammond-gtk"
]
[profile.release]
debug = false
[patch.crates-io]
diesel = { git = "https://github.com/diesel-rs/diesel.git" }
diesel_infer_schema = { git = "https://github.com/diesel-rs/diesel.git" }
diesel_codegen = { git = "https://github.com/diesel-rs/diesel.git" }