add a binary for shenlong that will expose some of shenlong's functionality.

Currently it can detect the current project, run a command from the current project's root, and print the absolute path of the project.
This commit is contained in:
Adrian Malacoda
2019-02-18 03:05:39 -06:00
parent 035560b881
commit a8c7cdf53b
3 changed files with 35 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ log = "0.4.6"
env_logger = "0.6.0"
shenlong-sys = { path = "shenlong-sys", version = "0.0.1" }
c_str_macro = "1.0.2"
scouter = { path = "scouter", version = "0.0.1" }
#[build-dependencies]
#cc = "1.0.28"