aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock31
1 files changed, 18 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bcb7a9f..7cdf259 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -35,19 +35,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
-name = "calender-thing"
-version = "0.1.1"
-dependencies = [
- "anyhow",
- "chrono",
- "crossbeam-channel",
- "env_logger",
- "log",
- "serde",
- "serde_json",
-]
-
-[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -121,6 +108,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]]
+name = "karlc"
+version = "0.1.0"
+
+[[package]]
+name = "karld"
+version = "0.1.1"
+dependencies = [
+ "anyhow",
+ "chrono",
+ "crossbeam-channel",
+ "env_logger",
+ "lazy_static",
+ "log",
+ "serde",
+ "serde_json",
+]
+
+[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"