build: init scanner

上级 da4cbe57
......@@ -13,5 +13,6 @@ path = "scie-grammar"
[workspace]
members = [
"scie-grammar"
"scie-grammar",
"scie-scanner"
]
\ No newline at end of file
[package]
name = "scie-scanner"
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]
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册