diff options
author | Sam Scott <sam@osohq.com> | 2022-07-09 20:29:28 -0500 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2022-07-09 20:36:19 -0500 |
commit | e6e52b5bee51d2b8670b124c9267b683d988aa4b (patch) | |
tree | e5a6dd38c2d63e4231f7925c5a4566c5ea481a91 /Cargo.toml | |
parent | f26bdc9109abffc86ea78bb85cf3504a771d17ad (diff) |
Add a test case for dates.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ warp-framework = { package = "warp", version = "0.3", default-features = false, axum-framework = { package = "axum", version = "0.5", default-features = false, optional = true } [dev-dependencies] +chrono = { version = "0.4", features = ["serde"] } csv = "1.1" rand = "0.8" serde_derive = "1.0" |