Initial commit

This commit is contained in:
2024-12-16 19:56:40 +01:00
commit 9905d6418f
4 changed files with 300 additions and 0 deletions

23
Cargo.lock generated Normal file
View File

@@ -0,0 +1,23 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "json_savior"
version = "0.1.0"
dependencies = [
"json",
"lyn",
]
[[package]]
name = "lyn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f08d9299a146aa1eb3c5451e6d9045708f232a43fd8d4436f69cf00fcb2a019c"