1
Fork 0
mirror of https://github.com/RGBCube/GDUS synced 2025-07-29 05:57:45 +00:00
This commit is contained in:
RGBCube 2023-11-24 14:31:29 +03:00
parent a6a8e2145a
commit a16e97a527
No known key found for this signature in database
2 changed files with 805 additions and 0 deletions

804
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,6 +11,7 @@ edition = "2021"
actix-web = "4.4.0"
maud = { version = "0.25.0", features = [ "actix-web" ] }
serde = { version = "1.0.192", features = [ "derive" ] }
sqlx = { version = "0.7.3", features = ["sqlite"] }
tokio = { version = "1.34.0", features = [ "full" ] }
[profile.dev]