Adding json lib.

This commit is contained in:
Pcornat 2022-02-09 22:47:12 +01:00
parent 5b69e6f35f
commit 0cd803ef0e
Signed by: Pcornat
GPG Key ID: 2F3932FF46D9ECA0
1 changed files with 7 additions and 0 deletions

7
Cargo.lock generated
View File

@ -40,6 +40,7 @@ name = "billy_sheet"
version = "0.1.0"
dependencies = [
"egui",
"json",
]
[[package]]
@ -89,6 +90,12 @@ dependencies = [
"wasi",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "libc"
version = "0.2.117"