simpledateformat init version

This commit is contained in:
2020-05-28 08:20:13 +08:00
parent 136cf75a48
commit 7eca5520d7
3 changed files with 72 additions and 1 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "simpledateformat"
version = "0.0.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "SimpleDateFormat.java style like date format"
keywords = ["DateFormat", "SimpleDateFormat"]
readme = "README.md"
repository = "https://git.hatter.ink/hatter/simpledateformat"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quick-error = "1.2.3"
chrono = "0.4.11"