Massive refactoring

This commit is contained in:
Philip (a-0) 2024-01-05 21:34:37 +01:00
parent 31dc4fd4a3
commit a75c115761
31 changed files with 160 additions and 140 deletions

19
Cargo.lock generated
View file

@ -3044,6 +3044,24 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "ubisync"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"chrono",
"cozo",
"i2p",
"itertools",
"jsonwebtoken",
"reqwest",
"serde",
"serde_json",
"serial_test",
"tokio",
"tracing",
"tracing-subscriber",
"ubisync-lib",
"uuid",
]
[[package]]
name = "ubisync-lib"
@ -3061,7 +3079,6 @@ dependencies = [
"serde",
"serde_json",
"serde_with",
"serial_test",
"tokio",
"tracing",
"tracing-subscriber",