diff --git a/Cargo.toml b/Cargo.toml index c3c18b6..f5fd911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "sv-parser-syntaxtree", ] -#[patch.crates-io] +[patch.crates-io] #nom = {path = "../nom"} #nom_locate = {path = "../nom_locate"} +criterion = {path = "../criterion.rs"}