From 39a0ff935e6298193188d8569ae3cbb96807f34c Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 22 Jan 2025 09:29:20 -0500 Subject: Update --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 47ed866..a21500d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,10 @@ edition = "2021" [lib] crate-type = ["cdylib", "rlib"] +[[bin]] +name = "tel" +path = "src/main.rs" + [profile.release] opt-level = 2 codegen-units = 1 @@ -44,4 +48,5 @@ web-sys = { version = "*", features = ["Document", "Window", "Element", "HtmlCan [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "*" sdl2 = "*" -kira = "0.9.6" \ No newline at end of file +kira = "0.9.6" +tokio = { version = "*", features = ["full"] } \ No newline at end of file -- cgit v1.2.3