From 0670a27ad8ac40bd36b16b5e2aabdad20c700afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Fri, 13 Dec 2024 00:47:24 +0900 Subject: [PATCH] . --- crates/now-proto-pdu/Cargo.toml | 3 +++ ffi/Cargo.toml | 9 ++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/crates/now-proto-pdu/Cargo.toml b/crates/now-proto-pdu/Cargo.toml index 54a5083e9..bafa730c1 100644 --- a/crates/now-proto-pdu/Cargo.toml +++ b/crates/now-proto-pdu/Cargo.toml @@ -11,6 +11,9 @@ authors.workspace = true keywords.workspace = true categories.workspace = true +# FIXME: Will be published once moved to Devolutions/wayk-proto +publish = false + [lib] doctest = false test = false diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 07e8ea113..037b4c47e 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,13 +1,8 @@ [package] name = "ffi" version = "0.1.0" -edition.workspace = true -license.workspace = true -homepage.workspace = true -repository.workspace = true -authors.workspace = true -keywords.workspace = true -categories.workspace = true +edition = "2021" +publish = false [lib] name = "ironrdp"