requestty/Cargo.toml
Lutetium-Vanadium 0866cfb239 Generic ui rendering crate
It provides generic ui elements which can be used to compose the more
complex prompts
2021-04-10 10:56:52 +05:30

14 lines
160 B
TOML

[package]
name = "inquisition"
version = "0.1.0"
authors = ["Lutetium Vanadium"]
edition = "2018"
[workspace]
members = [
".",
"ui",
]
[dependencies]