[package] name = "TEST_zap" authors = ["Redblox Organization"] description = "A blazingly fast networking solution for Roblox." version = "0.6.1" edition = "2021" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["lib", "cdylib"] [build-dependencies] lalrpop = "0.20.0" [dependencies] codespan-reporting = "0.11.0" lalrpop-util = "0.20.0" num-traits = "0.2.17" wasm-bindgen = "0.2"