build: init scie onig modules

上级 f15ae23c
......@@ -14,9 +14,13 @@ path = "scie-grammar"
[dependencies.scie_scanner]
path = "scie-scanner"
[dependencies.scie_onig]
path = "scie-onig"
[workspace]
members = [
"scie-grammar",
"scie-scanner",
"benchmark"
"benchmark",
"scie-onig"
]
[package]
name = "scie-onig"
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]
fn main() {
println!("Hello, world!");
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册