mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
standardize binary names
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@ -6,15 +6,14 @@ members = [
|
||||
"auth/redis-session",
|
||||
"auth/simple-auth-server",
|
||||
"basics/basics",
|
||||
"basics/error_handling",
|
||||
"basics/error-handling",
|
||||
"basics/hello-world",
|
||||
"basics/json-validation",
|
||||
"basics/nested-routing",
|
||||
"basics/state",
|
||||
"basics/static_index",
|
||||
"basics/static-files",
|
||||
"basics/todo",
|
||||
"cors/backend",
|
||||
"data_factory",
|
||||
"data-factory",
|
||||
# example uses incompatible libsqlite-sys to other examples
|
||||
# "databases/diesel",
|
||||
"databases/mongodb",
|
||||
@ -29,13 +28,14 @@ members = [
|
||||
"graphql/juniper-advanced",
|
||||
"graphql/juniper",
|
||||
"http-proxy",
|
||||
"https-tls/awc_https",
|
||||
"https-tls/awc-https",
|
||||
"https-tls/openssl-auto-le",
|
||||
"https-tls/openssl",
|
||||
"https-tls/rustls-client-cert",
|
||||
"https-tls/rustls",
|
||||
"json/json_decode_error",
|
||||
"json/json_error",
|
||||
"json/json-decode-error",
|
||||
"json/json-error",
|
||||
"json/json-validation",
|
||||
"json/json",
|
||||
"json/jsonrpc",
|
||||
"middleware/middleware-ext-mut",
|
||||
|
Reference in New Issue
Block a user