chiark / gitweb /
chrono dependencies
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Oct 2020 19:48:30 +0000 (20:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Oct 2020 19:48:30 +0000 (20:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock.example
Cargo.toml

index 28229ab7b3865ec40cb4ef71183328104c63ebf9..1a9c692a5fd09a897352b688c5591033873b5f08 100644 (file)
@@ -229,6 +229,16 @@ dependencies = [
  "winapi 0.3.9",
 ]
 
+[[package]]
+name = "chrono-tz"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2554a3155fec064362507487171dcc4edc3df60cb10f3a1fb10ed8094822b120"
+dependencies = [
+ "chrono",
+ "parse-zoneinfo",
+]
+
 [[package]]
 name = "console_error_panic_hook"
 version = "0.1.6"
@@ -1028,6 +1038,8 @@ dependencies = [
  "anyhow",
  "argparse",
  "arrayvec",
+ "chrono",
+ "chrono-tz",
  "delegate",
  "failure",
  "fehler",
@@ -1089,6 +1101,15 @@ dependencies = [
  "thiserror",
 ]
 
+[[package]]
+name = "parse-zoneinfo"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
+dependencies = [
+ "regex",
+]
+
 [[package]]
 name = "pear"
 version = "0.1.4"
index 7a45ae70788dd8cdb65289131e7b05cdb8206649..15ef616dcab0f0e405f826424c63f82c00944882 100644 (file)
@@ -20,6 +20,8 @@ otter-zcoord = { path = "zcoord" }
 anyhow = "1"
 argparse = "0.2"
 arrayvec = "0"
+chrono = "0.4"
+chrono-tz = "0.5"
 delegate = "0.4"
 failure = "0.1.8" # for pwd
 fehler = "1"