Skip to content

Commit c8a05d5

Browse files
authored
moving client to src/bin/feos_cli (#63)
1 parent 656be0f commit c8a05d5

File tree

9 files changed

+46
-1641
lines changed

9 files changed

+46
-1641
lines changed

Cargo.lock

Lines changed: 41 additions & 275 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name = "feos"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
6+
[[bin]]
7+
name = "feos-cli"
8+
path = "src/bin/feos_cli/main.rs"
79

810
[lints.rust]
911
unsafe_code = "deny"
@@ -52,14 +54,10 @@ libc = "0.2"
5254

5355
pelite = "0.10"
5456
regex = "1.10"
57+
structopt = "0.3.26"
5558

5659
[build-dependencies]
5760
tonic-build = "0.12.3"
5861

5962
[dev-dependencies]
6063
serial_test = "3.2"
61-
62-
[workspace]
63-
members = [
64-
"client",
65-
]

0 commit comments

Comments
 (0)