Add info for crates.io to Cargo.toml
This commit is contained in:
parent
9218f7c6d8
commit
d90ffc1c47
1 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
||||||
name = "r621"
|
name = "r621"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "Provides a client to access e621"
|
||||||
|
homepage = ""
|
||||||
|
documentation = ""
|
||||||
|
license = "MIT"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://git.doggoat.de/dhalucario/r621"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -16,4 +22,4 @@ url = "2.5.0"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
dump = []
|
dump = []
|
||||||
|
|
Loading…
Reference in a new issue