Add some metadata to the Cargo.toml file
This commit is contained in:
parent
ed0db998d9
commit
c15ebdfe42
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
name = "favicon-scraper"
|
name = "favicon-scraper"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
|
description = "A favicon scraper that just works"
|
||||||
|
homepage = "https://kitsunes.dev/Nekomata/favicon-scraper"
|
||||||
|
repository = "https://kitsunes.dev/Nekomata/favicon-scraper"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = { version = "0.3.31", default-features = false, features = ["std"] }
|
futures = { version = "0.3.31", default-features = false, features = ["std"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue