Blob
1 [package]2 name = "www-cgi"3 version = "0.1.0"4 edition = "2021"6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html8 [dependencies]9 anyhow = "1.0.81"10 chrono = "0.4.37"11 itertools = "0.12.1"12 lazy_static = "1.4.0"13 pledge = "0.4.2"14 rand = "0.8.5"15 regex = "1.10.4"16 unveil = "0.3.2"