From a76f583c2d11043a94c3251ec6a5381d7836bdb4 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 13 Nov 2025 22:04:56 -0500 Subject: Add TCG --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5f0dc95..7569b52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.2.3