diff options
| author | Mel <einebeere@gmail.com> | 2021-09-20 00:51:47 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2021-09-20 00:51:47 +0200 |
| commit | 7667695eba44f94c064708f5f4c54f78d685b024 (patch) | |
| tree | 5bd04b5854eebd680c2d4e45def7116d44ebaafa /Cargo.toml | |
| download | ka-7667695eba44f94c064708f5f4c54f78d685b024.tar.zst ka-7667695eba44f94c064708f5f4c54f78d685b024.zip | |
Prototype
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8e83cc7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "ka" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +serde = {version = "1.0", features = ["derive"] } +serde_json = "1.0" +difference = "2.0.0" \ No newline at end of file |
