diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index e5ba571..dc42e97 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/breard-r/libreauth" readme = "../README.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "Licence_*.txt"] +publish = false [lib] name = "acme_common" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 52a964f..9917ec0 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -10,6 +10,7 @@ readme = "../README.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] build = "build.rs" +publish = false [dependencies] acme_common = { path = "../acme_common" } diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index c443c40..37276d7 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/breard-r/acmed" readme = "../README.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] +publish = false [dependencies] acme_common = { path = "../acme_common" }