16 lines
394 B
TOML
16 lines
394 B
TOML
[package]
|
|
name = "simpler-filehost"
|
|
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.5.0-rc.2"
|
|
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }
|
|
rand = "0.8.5"
|
|
|
|
[dependencies.rocket_dyn_templates]
|
|
version = "0.1.0-rc.2"
|
|
features = ["handlebars"]
|