14 lines
249 B
TOML
Raw Normal View History

2022-10-21 15:09:22 +08:00
[package]
name = "libvanity"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = "0.8"
prost = "0.11"
[build-dependencies]
tonic-build = "0.8"