Cargo.toml: Add repository, homepage and license
This commit is contained in:
parent
400e1d2465
commit
58c1b896a8
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
name = "rustyfox"
|
name = "rustyfox"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
repository = "https://git.doggoat.de/dhalucario/rustyfox.git"
|
||||||
|
homepage = "https://git.doggoat.de/dhalucario/rustyfox.git"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue