diff --git a/Cargo.toml b/Cargo.toml index d50339be..5662bb0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "cssparser" version = "0.27.2" authors = [ "Simon Sapin " ] + description = "Rust implementation of CSS Syntax Level 3" documentation = "https://docs.rs/cssparser/" repository = "https://github.com/servo/rust-cssparser"