[package] name = "bork" version = "0.1.0" authors = ["Samuel Mendoza-Jonas "] license = "Apache-2.0 OR MIT" edition = "2021" publish = false # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] rand = "0.8" serde_json = "1"