This commit is contained in:
2020-01-31 00:03:12 +08:00
parent 92f714cab7
commit 963406635f
2 changed files with 49 additions and 0 deletions

11
iron/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "iron"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iron = "0.6.1"
time = "0.2.6"