mirror of
https://github.com/bspeice/dtparse
synced 2024-11-09 23:48:10 -05:00
17b8b8af36
Codegen wasn't doing much for me
13 lines
213 B
TOML
13 lines
213 B
TOML
[package]
|
|
name = "dtparse"
|
|
version = "0.1.0"
|
|
authors = ["Bradlee Speice <bspeice@kcg.com>"]
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
lazy_static = "*"
|
|
num-traits = "0.2"
|
|
rust_decimal = "0.8"
|
|
|
|
[dev-dependencies]
|
|
pyo3 = "0.2" |