[package] name = "fanta-cli" version = "0.1.1" authors = ["Pete Mertz "] description = "A cli for Fanta, the rust web framework." readme = "README.md" license = "MIT" documentation = "https://github.com/trezm/fanta-cli" homepage = "https://github.com/trezm/fanta-cli" repository = "https://github.com/trezm/fanta-cli" [dependencies] chrono = "0.4" regex = { version = "0.2.5", features = ["pattern"] } rand = "0.4"