volo-cli 0.12.1

volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "volo-gen"
version = "0.1.0"
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
volo.workspace = true
volo-thrift.workspace = true
pilota.workspace = true

anyhow.workspace = true
tokio = {{ workspace = true, features = ["full"] }}

[build-dependencies]
volo-build.workspace = true