diff --git a/Cargo.toml b/Cargo.toml index a50fe449..41f24b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] authors = ["David Pedersen "] -categories = [] # TODO +categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity" -documentation = "https://docs.rs/tower-http/0.1.0" +documentation = "https://docs.rs/axum/0.1.0" edition = "2018" homepage = "https://github.com/tokio-rs/axum" keywords = ["http", "web", "framework"]