about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/eval/Cargo.toml2
-rw-r--r--tvix/nix-compat/Cargo.toml2
2 files changed, 0 insertions, 4 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index f77ed2f0bf..677ce6ab85 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -3,8 +3,6 @@ name = "tvix-eval"
 version = "0.1.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [lib]
 name = "tvix_eval"
 
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml
index 887977dbf4..daa718f436 100644
--- a/tvix/nix-compat/Cargo.toml
+++ b/tvix/nix-compat/Cargo.toml
@@ -3,8 +3,6 @@ name = "nix-compat"
 version = "0.1.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [features]
 async = ["futures-util", "tokio", "pin-project-lite"]