mirror of
https://github.com/bspeice/dtparse
synced 2025-04-04 13:01:29 -04:00
Merge 1300eb2bb4
into 065eba823b
This commit is contained in:
commit
f3a8059a45
@ -3,7 +3,7 @@ name = "dtparse"
|
|||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
description = "A dateutil-compatible timestamp parser for Rust"
|
description = "A dateutil-compatible timestamp parser for Rust"
|
||||||
repository = "https://github.com/bspeice/dtparser.git"
|
repository = "https://github.com/bspeice/dtparse.git"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["date-and-time"]
|
categories = ["date-and-time"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
@ -18,4 +18,4 @@ name = "dtparse"
|
|||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
rust_decimal = "0.8"
|
rust_decimal = "0.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user