yourcloud/Cargo.toml

10 lines
173 B
TOML
Raw Normal View History

2024-08-05 16:48:12 -05:00
[workspace]
resolver = "2"
members = ["apps/yourcloud"]
2024-04-11 11:14:37 -05:00
2024-08-05 16:48:12 -05:00
[workspace.dependencies]
http_client = { path = "libs/http_client" }
2024-04-11 11:14:37 -05:00
2024-08-05 16:48:12 -05:00
[profile.dev.package.backtrace]
2024-04-11 11:14:37 -05:00
opt-level = 3