[package] name = "github-api-octocat" version = "0.1.0" edition = "2021" authors = [ "Proudmuslim ", "Tricked ", ] license = "MIT OR Apache-2.0" description = "All GitHub API endpoints in one place" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "^1", features = ["derive"] } serde_json = "^1" [dev-dependencies] tokio = { version = "1.14.0", features = ["rt-multi-thread", "macros"] }