diff options
| author | LLLL Colonq <llll@colonq> | 2025-11-13 22:04:56 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-11-13 22:04:56 -0500 |
| commit | a76f583c2d11043a94c3251ec6a5381d7836bdb4 (patch) | |
| tree | bcb6a085fa5114be1354efa79cc6e191095f8253 /Cargo.toml | |
| parent | e8bf4d7dde7d4f450458deb0612eb3bc14994901 (diff) | |
Add TCG
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,3 +20,7 @@ strip = true [profile.dev.package."*"] debug = 0 opt-level = 2 + +[workspace.dependencies] +# teleia = { git = "https://github.com/lcolonq/teleia" } # engine +teleia = { path = "../teleia/crates/teleia" } # engine
\ No newline at end of file |
