mirror of
https://github.com/speyejack/smo-multi-rs.git
synced 2025-10-05 23:52:48 +02:00
Fix workspace spelling
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -414,6 +414,17 @@ dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proxy"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"smoo",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quickcheck"
|
||||
version = "1.0.3"
|
||||
|
@@ -30,7 +30,7 @@ tracing-subscriber = {version="0.3.15", features=["std", "env-filter", "fmt"]}
|
||||
quickcheck = "1.0.3"
|
||||
serde_json = "1.0.83"
|
||||
|
||||
[worksapce]
|
||||
[workspace]
|
||||
members = [
|
||||
"examples/proxy",
|
||||
]
|
||||
|
Reference in New Issue
Block a user