File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " fkl_cli"
3- version = " 0.1.0"
3+ version = " 0.2.0"
4+ authors = [" Phodal Huang <h@phodal.com>" ]
5+ description = " Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
6+ repository = " https://github.com/feakin/feakin/"
7+ categories = [" command-line-interface" , " parsing" ]
8+ keywords = [
9+ " architecture" ,
10+ " parser"
11+ ]
12+ license = " MPL-2.0"
413edition = " 2021"
5-
6- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14+ include = [
15+ " build.rs" ,
16+ " src/**/*" ,
17+ " Cargo.toml" ,
18+ " LICENSE*" ,
19+ " README.md" ,
20+ " benches/**/*" ,
21+ " examples/**/*"
22+ ]
723
824[dependencies ]
925clap = { version = " 4.0.0-rc.3" , features = [" derive" , " cargo" ] }
@@ -14,8 +30,8 @@ syntect = "5.0"
1430serde = { version = " 1" , features = [" derive" ] }
1531serde_json = " 1.0"
1632
17- fkl-parser = { path = " ../fkl_parser" }
18- fkl_codegen_java = { path = " ../fkl_codegen_java" }
33+ fkl-parser = { path = " ../fkl_parser" , version = " 0.2.0 " }
34+ fkl_codegen_java = { path = " ../fkl_codegen_java" , version = " 0.2.0 " }
1935
2036[[bin ]]
2137name = " fkl"
You can’t perform that action at this time.
0 commit comments