mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
refactor: use confik instead of config
This commit is contained in:
@ -21,7 +21,6 @@ members = [
|
||||
"databases/mysql",
|
||||
"databases/postgres",
|
||||
"databases/redis",
|
||||
# "databases/sqlite",
|
||||
"docker",
|
||||
"forms/form",
|
||||
"forms/multipart-s3",
|
||||
@ -69,6 +68,9 @@ members = [
|
||||
"websockets/echo-actorless",
|
||||
"websockets/echo",
|
||||
]
|
||||
exclude = [
|
||||
"databases/sqlite",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
publish = false
|
||||
|
Reference in New Issue
Block a user