fanta-cli 0.1.0

A cli for Fanta, the rust web framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fanta-cli"
version = "0.1.0"
authors = ["Pete Mertz <peter.s.mertz@gmail.com>"]
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"