15 lines
346 B
TOML
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" }
|