Skip to content

Commit 9b39717

Browse files
committed
Add a description field
Signed-off-by: Nico Burns <[email protected]>
1 parent 393dde3 commit 9b39717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

malloc_size_of/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "malloc_size_of"
3+
description = "A an allocator-agnostic crate for measuring the heap size of a value"
34
version = "0.1.0-alpha.1"
45
authors = ["The Servo Project Developers"]
56
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)