[package] name = "benbot" version = "0.1.0" authors = ["thoo0224 "] edition = "2018" description = "Benbot API Wrapper" readme = "README.md" repository = "https://github.com/thoo0224/benbot-rs" license = "Apache-2.0" keywords = ["benbot", "benbot-wrapper", "benbot-api", "fortnite", "fortnite-api"] publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.56" serde = { version = "1.0.114", features = ["derive"] } reqwest = "0.10.7" tokio = { version = "0.2.22", features = ["full"] }