You've already forked AstralRinth
forked from didirus/AstralRinth
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:
18
Cargo.lock
generated
18
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user