From af72e568577044c9d98ec74ee490ff8b7e232629 Mon Sep 17 00:00:00 2001 From: giangndm <45644921+giangndm@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:53:26 +0700 Subject: [PATCH] chore: disable publish of bin sub-porject --- bin/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 40250c35..be906687 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -2,6 +2,10 @@ name = "atm0s-sdn-standalone" version = "0.1.0" edition = "2021" +repository = "https://github.com/8xFF/atm0s-sdn" +description = "Decentralized Ultra-Low-Latency Software Defined Network" +license = "MIT" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html