15 lines
411 B
TOML
15 lines
411 B
TOML
[package]
|
|
name = "fastcloud"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocket = "0.4.10"
|
|
rocket_upload = "0.1.0"
|
|
rocket_contrib = { version = "0.4.10", default-features = false, features = ["handlebars_templates"] }
|
|
lazy_static = "1.4.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
rand = "0.8.5"
|