[package] name = "okvs" authors = ["Jelle Vos"] version = "0.2.0" description = "WIP implementation of Oblivious Key-Value Stores" license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8" xxh3 = "0.1"