mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 13:23:00 +02:00
8 lines
231 B
TOML
8 lines
231 B
TOML
[package]
|
|
name = "public-types"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
open-message-format-embeddings = { path = "../open-message-format/clients/omf-embeddings-rust" }
|