diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 15:43:10 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 15:43:10 +0400 |
| commit | 0f90d0f3d30a728457e6bc5c4d1d933a8014e099 (patch) | |
| tree | b1468081a32546e8d01fba622f978cdd326cf6fd /Cargo.toml | |
| parent | 277f38bbe89e4db57b73a4e28bf1be2f5c50ce27 (diff) | |
new build system
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ members = [ "exes/rest/",
"exes/webhook/",
"exes/ratelimit/",
- "exes/all-in-one/",
+
+ "libs/all_in_one/",
"libs/proto/",
"libs/shared/",
"libs/leash/"
@@ -27,7 +28,7 @@ anyhow = "1" tracing = "0.1"
tracing-futures = "0.2"
tracing-opentelemetry = "0.18"
-opentelemetry = "0.18"
+opentelemetry = { version = "0.18", features = ["rt-tokio"] }
opentelemetry-http = "0.7"
tikv-jemallocator = "0.5"
|
