From c367d3ee5349daeaf45d85fcb33f5fdd640e5ef9 Mon Sep 17 00:00:00 2001 From: Konrad Dybcio Date: Tue, 18 Jun 2024 02:25:36 +0200 Subject: [PATCH] client/proto: allow publishing --- client/Cargo.toml | 1 - proto/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index ac68441..153f135 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,7 +8,6 @@ description = "Simple remote devboard control software" readme = "README.md" repository = "https://github.com/linux-msm/sk8brd" categories = ["command-line-utilities"] -publish = false # TODO default-run = "sk8brd" [badges] diff --git a/proto/Cargo.toml b/proto/Cargo.toml index edd9eac..83f3431 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -8,7 +8,6 @@ description = "Simple remote devboard control software" readme = "README.md" repository = "https://github.com/linux-msm/sk8brd" categories = ["command-line-utilities"] -publish = false # TODO [badges] maintenance = { status = "actively-developed" }