mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
10 lines
195 B
TOML
10 lines
195 B
TOML
[package]
|
|
name = "gauntlet-utils"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
tokio.workspace = true
|
|
thiserror.workspace = true
|
|
anyhow.workspace = true
|
|
tonic.workspace = true
|
|
prost.workspace = true
|