Cargo.toml: Add repository, homepage and license

This commit is contained in:
Leon Grünewald 2025-01-27 23:42:45 +01:00
parent 400e1d2465
commit 58c1b896a8

View file

@ -2,6 +2,9 @@
name = "rustyfox"
version = "0.1.0"
edition = "2021"
repository = "https://git.doggoat.de/dhalucario/rustyfox.git"
homepage = "https://git.doggoat.de/dhalucario/rustyfox.git"
license = "MIT"
[dependencies]
anyhow = "1.0"