Use cargo workspaces

This commit is contained in:
2022-03-10 22:45:02 +01:00
parent 6d16f34dd4
commit 6d2ae21956
30 changed files with 936 additions and 368 deletions

7
api/config/default.toml Normal file
View File

@@ -0,0 +1,7 @@
[application]
port = 8000
# See https://docs.rs/tracing-subscriber/latest/tracing_subscriber/struct.EnvFilter.html
log_directive = "info"
[taskwarrior]
data_location = "/tmp"

2
api/config/dev.toml Normal file
View File

@@ -0,0 +1,2 @@
[application]
log_directive = "debug"

2
api/config/test.toml Normal file
View File

@@ -0,0 +1,2 @@
[application]
log_directive = "debug"