Sfoglia il codice sorgente

mark examples as don't publish

Evan Almloff 2 anni fa
parent
commit
f1c31d6cc3

+ 1 - 0
packages/server/examples/axum-hello-world/Cargo.toml

@@ -2,6 +2,7 @@
 name = "axum-hello-world"
 version = "0.1.0"
 edition = "2021"
+publish = false
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 1 - 0
packages/server/examples/axum-router/Cargo.toml

@@ -2,6 +2,7 @@
 name = "axum-router"
 version = "0.1.0"
 edition = "2021"
+publish = false
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 1 - 0
packages/server/examples/salvo-hello-world/Cargo.toml

@@ -2,6 +2,7 @@
 name = "salvo-hello-world"
 version = "0.1.0"
 edition = "2021"
+publish = false
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 1 - 0
packages/server/examples/warp-hello-world/Cargo.toml

@@ -2,6 +2,7 @@
 name = "warp-hello-world"
 version = "0.1.0"
 edition = "2021"
+publish = false
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html