[package] name = "shiritori" version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html authors = ["tnantoka"] description = "Japanse shiritori game" repository = "https://github.com/tnantoka/shiritori-rs/" license = "MIT" [[bin]] name = "generate" path = "bin/generate.rs" [dependencies] serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" rand = "0.8.5" regex = "1.5.5"