We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240a36b commit 4343f0bCopy full SHA for 4343f0b
malloc_size_of/Cargo.toml
@@ -3,7 +3,7 @@ name = "malloc_size_of"
3
version = "0.0.1"
4
authors = ["The Servo Project Developers"]
5
license = "MIT OR Apache-2.0"
6
-repository = "https://github.com/servo/stylo"
+repository = "https://github.com/servo/malloc_size_of"
7
edition = "2021"
8
publish = false
9
malloc_size_of_derive/Cargo.toml
@@ -4,6 +4,7 @@ name = "malloc_size_of_derive"
version = "0.1.3"
description = "Crate for Firefox memory reporting, not intended for external use"
10
[lib]
0 commit comments