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" }