podcasts/Cargo.toml
Jordan Petridis 51c1391d7d
Fixed a play button bug.
The local_uri value for the play button was assigned at parent widget evaluation,
instead when being clicked, and so when downloading something it would not be able
to open the file without reloading the parent widget and refreshing the value.
2017-10-23 00:27:16 +03:00

10 lines
122 B
TOML

[workspace]
members = [
"hammond-data",
"hammond-downloader",
"hammond-gtk"
]
[profile.release]
debug = true