Subpackage common -> ariadne (#3323)

* Subpackage common -> ariadne

* add common

* Remove build

* only build labrinth

* common

* set sqlx offline

* copy dirs

* Fix build
This commit is contained in:
Jai Agrawal
2025-03-01 20:53:43 -08:00
committed by GitHub
parent 650ab71a83
commit 19787a3f51
80 changed files with 181 additions and 152 deletions

18
Cargo.lock generated
View File

@@ -426,6 +426,21 @@ dependencies = [
"password-hash 0.5.0",
]
[[package]]
name = "ariadne"
version = "0.1.0"
dependencies = [
"chrono",
"either",
"rand 0.8.5",
"serde",
"serde_bytes",
"serde_cbor",
"serde_json",
"thiserror 1.0.64",
"uuid 1.12.0",
]
[[package]]
name = "arrayvec"
version = "0.7.6"
@@ -4238,6 +4253,7 @@ dependencies = [
"actix-web-prom",
"actix-ws",
"argon2",
"ariadne",
"async-stripe",
"async-trait",
"base64 0.21.7",
@@ -8900,6 +8916,7 @@ dependencies = [
name = "theseus"
version = "0.9.3"
dependencies = [
"ariadne",
"async-recursion",
"async-tungstenite",
"async_zip",
@@ -8916,7 +8933,6 @@ dependencies = [
"flate2",
"futures 0.3.30",
"indicatif",
"labrinth",
"lazy_static",
"notify",
"notify-debouncer-mini",