diff --git a/Cargo.toml b/Cargo.toml
index 38f55a062e0324527a63e472ef10374d860b93ab..4811acd5fa7ead17d9218a17dcbba511640edef9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,10 +14,12 @@ path = "src/lib.rs"
 [[bin]]
 name = "redoxfs"
 path = "src/bin/mount.rs"
+doc = false
 
 [[bin]]
 name = "redoxfs-mkfs"
 path = "src/bin/mkfs.rs"
+doc = false
 
 [dependencies]
 spin = { git = "https://github.com/messense/spin-rs", rev = "020f1b3f" }