You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-peg-macros/peg-macros-fix-metadata.diff

16 lines
307 B

--- peg-macros-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ peg-macros-0.8.1/Cargo.toml 2023-09-09T17:16:12.210135+00:00
@@ -23,12 +23,6 @@
path = "lib.rs"
proc-macro = true
-[[bin]]
-name = "rust-peg"
-path = "bin.rs"
-test = false
-bench = false
-
[dependencies.peg-runtime]
version = "= 0.8.1"