Initial commit - seoxi's first REST
This commit is contained in:
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "dandadan"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
rand = "0.9.0"
|
||||
|
||||
[dependencies.url]
|
||||
version = "2.5.4"
|
||||
features = [ "serde" ]
|
||||
|
||||
[dependencies.rocket]
|
||||
version = "0.5.1"
|
||||
features = [ "uuid" ]
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.13.1"
|
||||
features = [
|
||||
"v4",
|
||||
"fast-rng",
|
||||
"macro-diagnostics",
|
||||
]
|
||||
Reference in New Issue
Block a user