fix: should build with kxio dependency
This commit is contained in:
parent
97f794a36e
commit
ee426b1a43
4 changed files with 117 additions and 1 deletions
|
@ -4,4 +4,6 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
kxio = "5.0"
|
||||
native-tls = { version = "0.2", features = ["vendored"] }
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue