garage/Cargo.toml
mricher e349af13a7
Update dependencies and add admin module with metrics
- Global dependencies updated in Cargo.lock
- New module created in src/admin to host:
  - the (future) admin REST API
  - the metric collection
- add configuration block

No metrics implemented yet
2022-03-14 10:51:12 +01:00

18 lines
190 B
TOML

[workspace]
members = [
"src/util",
"src/rpc",
"src/table",
"src/model",
"src/admin",
"src/api",
"src/web",
"src/garage"
]
[profile.dev]
lto = "off"
[profile.release]
debug = true