feat: add fern

This commit is contained in:
2020-12-26 09:45:28 +08:00
parent 88c4ba5c94
commit 895385a2b5
3 changed files with 154 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "fern"
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]
log = "0.4.11"
fern = "0.6.0"
chrono = "0.4.19"