summaryrefslogtreecommitdiff
path: root/common/Cargo.toml
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-09-02 21:59:29 +0100
committerAria <me@aria.rip>2023-09-02 21:59:29 +0100
commit0a0fb30472aa97ae852ad6f23b224861aa46f358 (patch)
treece401563cbc552c3a33d36afbd39934c35d08f2b /common/Cargo.toml
echo chal
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
new file mode 100644
index 0000000..3abc652
--- /dev/null
+++ b/common/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "common"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+serde = { version = "1.0.185", features = ["derive"] }
+serde_json = "1.0.105" \ No newline at end of file