We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8c49a commit 550bdcdCopy full SHA for 550bdcd
Cargo.toml
@@ -3,6 +3,12 @@ name = "podcast-api"
3
version = "0.1.0"
4
authors = ["Cameron Fyfe <[email protected]>"]
5
edition = "2018"
6
+description = "Rust bindings for the Listen Notes Podcast API"
7
+license = "MIT"
8
+keywords = ["listennotes", "podcast"]
9
+documentation = "https://docs.rs/podcast-api"
10
+repository = "https://github.com/ListenNotes/podcast-api-rust"
11
+readme = "README.md"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
0 commit comments