1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-06-07 14:20:42 +00:00

add chrono support

This commit is contained in:
Dominic 2019-10-01 01:11:43 +02:00
parent 887d874063
commit 84ff8acc68
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 29 additions and 3 deletions

1
Cargo.lock generated
View file

@ -331,6 +331,7 @@ dependencies = [
name = "gotham-restful"
version = "0.0.1"
dependencies = [
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fake 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",