Files
valheim-docker-server-2/Cargo.toml
Michael 9b4aea893e Mbround18/discord webhooks (#380)
* #207 Discord Webhook refactor

* cleaned up yarn cache

* change which file is hashed

* deprecated action for yarn

* fixed warning

* test should not panic if env var is set

* triring noew pipeline config
2021-05-30 21:46:27 -07:00

13 lines
118 B
TOML

[workspace]
members = [
"src/odin",
"src/huginn"
]
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3