[package] name = "lottery-rocket" version = "1.0.1" authors = ["poly000 <1348292515@qq.com>"] edition = "2018" license = "MIT" description = "A lottery tool based on rand, Rocket and lazy_static, that use Web UI as frontend." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "~0.8.3" rocket = "~0.4.7" lazy_static = "1.4.0" [dependencies.rocket_contrib] version = "0.4.7" default-features = false features = ["serve"]