Release Notes: - N/A Co-authored-by: Michael Sloan <mgsloan@gmail.com>
22 lines
414 B
TOML
22 lines
414 B
TOML
[package]
|
|
name = "cloud_zeta2_prompt"
|
|
version = "0.1.0"
|
|
publish.workspace = true
|
|
edition.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/cloud_zeta2_prompt.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cloud_llm_client.workspace = true
|
|
indoc.workspace = true
|
|
ordered-float.workspace = true
|
|
rustc-hash.workspace = true
|
|
strum.workspace = true
|
|
workspace-hack.workspace = true
|