15 lines
270 B
TOML
15 lines
270 B
TOML
[package]
|
|
name = "example-showcase"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
description = "Run examples"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
xshell = "0.2"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
ron = "0.8"
|
|
toml_edit = "0.20"
|
|
pbr = "1.1"
|