add bench path

This commit is contained in:
howardwu 2020-08-21 02:56:38 -07:00
parent 95c3000a9f
commit 94411aaabf

View File

@ -17,6 +17,7 @@ path = "src/main.rs"
[[bench]]
name = "ast"
path = "benches/ast.rs"
harness = false
[dependencies]