mirror of
https://github.com/katanemo/plano.git
synced 2026-05-30 14:25:15 +02:00
rename public_types => common and move common code there
This commit is contained in:
parent
db202578d3
commit
93ea6e1a3d
35 changed files with 458 additions and 791 deletions
|
|
@ -14,10 +14,9 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_yaml = "0.9.34"
|
||||
serde_json = "1.0"
|
||||
md5 = "0.7.0"
|
||||
public_types = { path = "../public_types" }
|
||||
common = { path = "../common" }
|
||||
http = "1.1.0"
|
||||
governor = { version = "0.6.3", default-features = false, features = ["no_std"]}
|
||||
tiktoken-rs = "0.5.9"
|
||||
acap = "0.3.0"
|
||||
rand = "0.8.5"
|
||||
thiserror = "1.0.64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue