[package] name = "words-game" version = "0.1.0" authors = ["tyler "] edition = "2018" license-file = "LICENSE_APACHE" description = "Spelling game implementation" repository = "https://github.com/Tyler-Zhang/words-with-coworkers" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.2" lazy_static = "1.4.0" serde = { version= "1.0", features=["derive"] } serde_json = "1.0" [lib] crate-type = ["rlib"]