diff --git a/malloc_size_of/Cargo.toml b/malloc_size_of/Cargo.toml index 24eeb7c..66f5def 100644 --- a/malloc_size_of/Cargo.toml +++ b/malloc_size_of/Cargo.toml @@ -3,7 +3,7 @@ name = "malloc_size_of" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" -repository = "https://github.com/servo/stylo" +repository = "https://github.com/servo/malloc_size_of" edition = "2021" publish = false diff --git a/malloc_size_of_derive/Cargo.toml b/malloc_size_of_derive/Cargo.toml index 9047478..e006893 100644 --- a/malloc_size_of_derive/Cargo.toml +++ b/malloc_size_of_derive/Cargo.toml @@ -4,6 +4,7 @@ name = "malloc_size_of_derive" version = "0.1.3" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" +repository = "https://github.com/servo/malloc_size_of" description = "Crate for Firefox memory reporting, not intended for external use" [lib]