Files
simpler-filehost/Cargo.toml
2022-11-23 22:05:42 +05:30

12 lines
308 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"