aboutsummaryrefslogtreecommitdiff
path: root/karld/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'karld/Cargo.toml')
-rw-r--r--karld/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/karld/Cargo.toml b/karld/Cargo.toml
index 4c2221d..0e4d712 100644
--- a/karld/Cargo.toml
+++ b/karld/Cargo.toml
@@ -4,6 +4,8 @@ version = "0.1.1"
edition = "2021"
[dependencies]
+karlcommon = { path = "../karlcommon" }
+
serde = { version = "1.0.137", features = ["derive"] }
anyhow = "1.0.57"
log = "0.4.17"