Files
simpler-filehost/Cargo.toml
Amneesh Singh afd4b4e913 add CORS support
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-10-30 16:29:04 +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"