Fix workspace spelling

This commit is contained in:
Jack Garrard
2022-08-15 17:13:18 -07:00
parent c9baab523f
commit 5768a1d4fe
2 changed files with 12 additions and 1 deletions

11
Cargo.lock generated
View File

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

View File

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