mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-08 14:33:20 +00:00
Initial 2
This commit is contained in:
commit
98d0065f55
53 changed files with 5857 additions and 0 deletions
16
server/Cargo.toml
Normal file
16
server/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "storage-server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "0.5.1", features = ["json", "uuid"] }
|
||||
log = "0.4.25"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio", "uuid", "chrono"] }
|
||||
tokio = { version = "1.44.2", features = ["full"] }
|
||||
chrono = { version = "0.4.40", features = ["serde"] }
|
||||
anyhow = "1.0.98"
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
int-enum = "1.2.0"
|
Loading…
Add table
Add a link
Reference in a new issue