feat: update demo code

上级 45e3d5ee
...@@ -17,5 +17,6 @@ path = "scie-scanner" ...@@ -17,5 +17,6 @@ path = "scie-scanner"
[workspace] [workspace]
members = [ members = [
"scie-grammar", "scie-grammar",
"scie-scanner" "scie-scanner",
"benchmark"
] ]
[package]
name = "benchmark"
version = "0.1.0"
authors = ["Phodal Huang <h@phodal.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies.scie-grammar]
path = "../scie-grammar"
[dependencies.scie_scanner]
path = "../scie-scanner"
此差异已折叠。
fn main() {
println!("Hello, world!");
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册