Skip to content

Commit

Permalink
merge sozuctl in sozu
Browse files Browse the repository at this point in the history
this will reduce compilation times and sove issues with compilation features

it slightly increases the binary size:
- sozu 0.11.40 is 85MB (7.9MB stripped)
- sozuctl 0.11.40 is 38MB (3.7MB stripped)
- sozu 0.12 is 97MB (9MB stripped)
  • Loading branch information
Geal authored and FlorentinDUBOIS committed Jul 13, 2022
1 parent ba6019e commit 8555e44
Show file tree
Hide file tree
Showing 13 changed files with 551 additions and 222 deletions.
66 changes: 45 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["lib/", "command/", "bin/", "ctl/", "futures/"]
members = ["lib/", "command/", "bin/", "futures/"]

[profile.release]
lto = true
Expand Down
5 changes: 5 additions & 0 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ async-io = "^1"
async-dup = "1.2"
futures-lite = "^1"
log = "^0.4"
chrono = "0.4"
hex = "^0.4"
structopt = "^0.3"
structopt-derive = "^0.3"
prettytable-rs = { version = "^0.8", default-features = false}

sozu-lib = { version = "^0.13.0", path = "../lib" }
sozu-command-lib = { version = "^0.13.0", path = "../command" }
Expand Down

0 comments on commit 8555e44

Please sign in to comment.