diff options
author | Aria <me@aria.rip> | 2023-09-02 21:59:29 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-09-02 21:59:29 +0100 |
commit | 0a0fb30472aa97ae852ad6f23b224861aa46f358 (patch) | |
tree | ce401563cbc552c3a33d36afbd39934c35d08f2b /common/Cargo.toml |
echo chal
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r-- | common/Cargo.toml | 10 |
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 |