Introduced "pot" concept for isolating different apps' elements from each other. Removed tracing_setup macro since it disabled most logging output

This commit is contained in:
Philip (a-0) 2024-01-14 14:38:05 +01:00
parent 4f8d6ec3d0
commit a768ce0f4e
17 changed files with 424 additions and 41 deletions

2
Cargo.lock generated
View file

@ -3047,7 +3047,6 @@ version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"chrono",
"cozo",
"i2p",
"itertools",
@ -3055,6 +3054,7 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
"serde_with",
"serial_test",
"tokio",
"tracing",