refactor: update the dependencies

This commit is contained in:
Kevin Yue
2023-09-03 21:26:31 +08:00
parent 9b9ac7fc8a
commit 0b4829a610
9 changed files with 441 additions and 61 deletions

View File

@@ -1,27 +1,27 @@
[package]
name = "gpcommon"
version = "0.1.0"
version.workspace = true
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.14", features = ["full"] }
tokio-util = "0.7"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
bytes = "1.0"
serde_json = "1.0"
async-trait = "0.1"
ring = "0.16"
data-encoding = "2.3"
log = "0.4"
is_executable = "1.0"
configparser = "3.0"
shlex = "1.0"
anyhow = "1.0"
tempfile = "3.8"
lexopt = "0.3.0"
anyhow.workspace = true
async-trait.workspace = true
bytes.workspace = true
configparser.workspace = true
data-encoding.workspace = true
is_executable.workspace = true
lexopt.workspace = true
log.workspace = true
ring.workspace = true
serde_json.workspace = true
serde.workspace = true
shlex.workspace = true
tempfile.workspace = true
thiserror.workspace = true
tokio-util.workspace = true
tokio.workspace = true
[build-dependencies]
cc = "1.0"