diff options
Diffstat (limited to 'templates-neo/Cargo.toml')
-rw-r--r-- | templates-neo/Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml index 98e70a7..ed88873 100644 --- a/templates-neo/Cargo.toml +++ b/templates-neo/Cargo.toml @@ -15,16 +15,19 @@ rand = "^0.8.5" [dependencies] ellipse = "^0.2.0" -http = "^0.2.7" +http = "^1.0" html = "^0.6.0" serde_json = "^1.0.64" include_dir = "^0.7.2" -axum = "^0.6.18" +axum = "^0.7.5" thiserror = "1.0.43" [dependencies.url] # URL library for Rust, based on the WHATWG URL Standard version = "^2.2.1" features = ["serde"] +[dependencies.time] +version = "^0.3.34" +features = ["formatting"] [dependencies.chrono] version = "^0.4.19" features = ["serde"] @@ -35,4 +38,4 @@ path = "../util" version = "0.2.0" path = "../indieauth" [dependencies.microformats] -version="^0.3.0" \ No newline at end of file +version="^0.9.1" \ No newline at end of file |