diff --git a/Cargo.toml b/Cargo.toml index a0318c3..696dde0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,14 @@ [package] name = "flytrap" description = "Query the Fly.io runtime environment" -version = "0.0.3" +version = "0.1.0" edition = "2021" license = "MIT" authors = ["Lyra Naeseth "] +homepage = "https://flytrap.fly.dev/" repository = "https://github.com/silverlyra/flytrap" categories = ["api-bindings", "config", "network-programming"] -keywords = ["fly"] +keywords = ["fly", "fly-io"] readme = "Readme.md" [features]