Functionality implemented

This commit is contained in:
kdeng00
2023-08-26 23:35:33 -04:00
parent 387c29f5a6
commit 8441a05a98
3 changed files with 147 additions and 10 deletions
+5
View File
@@ -6,3 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.188", features = ["derive"] }
# serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"