mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
11 lines
215 B
TOML
11 lines
215 B
TOML
[package]
|
|
name = "hermesllm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
common = { version = "0.1.0", path = "../common" }
|
|
serde = "1.0.219"
|
|
serde_json = "1.0.140"
|
|
serde_with = "3.12.0"
|
|
thiserror = "2.0.12"
|