rename public_types => common and move common code there

This commit is contained in:
Adil Hafeez 2024-10-16 10:42:54 -07:00
parent db202578d3
commit 93ea6e1a3d
35 changed files with 458 additions and 791 deletions

View file

@ -5,8 +5,8 @@
"path": "."
},
{
"name": "public_types",
"path": "crates/public_types"
"name": "common",
"path": "crates/common"
},
{
"name": "prompt_gateway",