diff options
Diffstat (limited to 'karlc/Cargo.toml')
-rw-r--r-- | karlc/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/karlc/Cargo.toml b/karlc/Cargo.toml index 7e43bed..e45419c 100644 --- a/karlc/Cargo.toml +++ b/karlc/Cargo.toml @@ -3,6 +3,7 @@ name = "karlc" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +karlcommon = { path = "../karlcommon" } + +serde = { version = "1.0.137", features = ["derive"] } |