aboutsummaryrefslogtreecommitdiff
path: root/karlcommon/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-06-10 10:59:47 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-06-10 10:59:47 +0200
commit6f6db73a126057514912c5e6b372ef225a1065b7 (patch)
tree22518de3c0213d85166aa53f0fa476a6d8e2d780 /karlcommon/Cargo.toml
parent3238f8517097745032e19b3e26f57f0465a00b28 (diff)
downloadkarlender-6f6db73a126057514912c5e6b372ef225a1065b7.tar
karlender-6f6db73a126057514912c5e6b372ef225a1065b7.tar.bz2
karlender-6f6db73a126057514912c5e6b372ef225a1065b7.tar.zst
moved code to another crate
Diffstat (limited to 'karlcommon/Cargo.toml')
-rw-r--r--karlcommon/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/karlcommon/Cargo.toml b/karlcommon/Cargo.toml
new file mode 100644
index 0000000..6ce571e
--- /dev/null
+++ b/karlcommon/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "karlcommon"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+serde = { version = "1.0.137", features = ["derive"] }