mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
publish = false
This commit is contained in:
parent
73dc338ff9
commit
c427ae50f3
@ -26,3 +26,6 @@ members = [
|
||||
"url-dispatch",
|
||||
"websockets",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
|
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "application"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
workspace = "../"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "async-handlers"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
version = "1.0.0"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "databases"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "easy-form-handling"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "either"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "my_errors"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "extractors"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "flexible-responders"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "getting-started"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
workspace = "../"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "http2"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4", features = ["openssl"] }
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "main-example"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "middleware"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "powerful-extractors"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "request-handlers"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "request-routing"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "requests"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "responder-trait"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "responses"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "server"
|
||||
version = "1.0.0"
|
||||
workspace = "../"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4", features = ["openssl"] }
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "shuttle"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
# <shuttle-deps>
|
||||
[dependencies]
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "static-files"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "testing"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "url-dispatch"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
workspace = "../"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "websockets"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix = "0.13"
|
||||
|
Loading…
Reference in New Issue
Block a user