Update cargo files

This commit is contained in:
topjohnwu
2023-06-10 16:27:36 -07:00
committed by John Wu
parent b8cb9cd84d
commit e58f98e844
3 changed files with 46 additions and 112 deletions

View File

@@ -17,5 +17,5 @@ cxx = { path = "../external/cxx-rs" }
protobuf = { workspace = true }
byteorder = { workspace = true }
anyhow = { workspace = true }
clap = { version = "4.3.2", features = ["derive"] }
size = "0.4.1"
clap = { workspace = true, features = ["derive"] }
size = { workspace = true }