2023-05-08 19:02:06 +00:00
|
|
|
[package]
|
|
|
|
name = "example-showcase"
|
2024-02-21 20:58:59 +00:00
|
|
|
version = "0.14.0-dev"
|
2023-05-08 19:02:06 +00:00
|
|
|
edition = "2021"
|
|
|
|
description = "Run examples"
|
|
|
|
publish = false
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
2024-02-19 17:09:47 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-05-08 19:02:06 +00:00
|
|
|
[dependencies]
|
|
|
|
xshell = "0.2"
|
|
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
|
|
ron = "0.8"
|
2024-03-11 17:53:38 +00:00
|
|
|
toml_edit = { version = "0.22.7", default-features = false, features = [
|
|
|
|
"parse",
|
|
|
|
] }
|
2023-05-19 17:57:54 +00:00
|
|
|
pbr = "1.1"
|