1
0
Fork 0

Refactor proto package + bin names

This commit is contained in:
Florian RICHER 2023-01-31 19:38:48 +01:00
parent e46fe9db87
commit 2b028c694f
9 changed files with 15 additions and 15 deletions

View file

@ -11,12 +11,12 @@ name = "libcommand"
path = "src/lib.rs"
[[bin]]
name = "daemon"
name = "gtwyd"
path = "src/daemon/main.rs"
[[bin]]
name = "client"
path = "src/client/main.rs"
name = "gtwy_interpreter"
path = "src/interpreter/main.rs"
[dependencies]
serde = { version = "1.0", features = ["derive"] }