1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

standardize binary names

This commit is contained in:
Rob Ede
2022-02-18 02:22:58 +00:00
parent cfb181ecf5
commit 6f1c9e2350
29 changed files with 10 additions and 10 deletions

View File

@ -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",