diff --git a/Cargo.toml b/Cargo.toml index 671b1aa..44f83d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.2" edition = "2021" description = "Lexes CSS modules returning their dependencies metadata" license = "MIT" +repository = "https://github.com/ahabhgk/css-module-lexer" [dependencies] smallvec = "1.13"