[package] name = "getpost" version = "0.0.0" authors = ["Montasir Mirghani "] edition = "2021" description = "GetPost" license = "MIT OR Apache-2.0" homepage = "https://github.com/dr-montasir/getpost" repository = "https://github.com/dr-montasir/getpost" readme = "README.md" keywords = ["web", "framework", "rust"] categories = ["web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] name = "getpost" path = "src/lib.rs" [[bin]] name = "getpost" path = "src/lib.rs"