Move jsondb to crates.io because nix can't take a hint

This commit is contained in:
xenofem 2022-08-17 03:07:18 -04:00
parent c7ceb4113b
commit 48f10bd234
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View file

@ -935,7 +935,8 @@ dependencies = [
[[package]]
name = "jsondb"
version = "0.4.0"
source = "git+https://git.xeno.science/xenofem/jsondb#b8d31b77d937e524a72c50bbed93d276741e174b"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "072db990fc11ab81bdfca6ba3f79adb3da8b38217685e35b431f6a097d351036"
dependencies = [
"serde",
"serde_json",