Separate crates for server and client binaries #1

Merged
shimun merged 28 commits from split_components into master 2023-07-09 19:27:21 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 02fbc55d93 - Show all commits

View File

@ -28,3 +28,5 @@ ssh-cert-dist-common = { path = "../common" }
[dev-dependencies]
tempfile = "3.3.0"
[profile.relese]
opt-level = 1

View File

@ -36,3 +36,5 @@ ssh-cert-dist-common = { path = "../common" }
[dev-dependencies]
tempfile = "3.3.0"
[profile.release]
opt-level = 1