mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
10 lines
182 B
TOML
10 lines
182 B
TOML
[package]
|
|
name = "dtparse"
|
|
version = "0.7.0"
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
lazy_static = "*"
|
|
num-traits = "0.2"
|
|
rust_decimal = "0.8" |