From 23d651bbad510f14484cf1c0a8081ffff890565e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 28 Jan 2025 12:03:11 -0500 Subject: Working overlay --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 451e00e..c05b188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,8 @@ rand = "*" # rng log = "*" # logging lazy_static = "*" # global constants strum = {version = "*", features = ["derive"]} # utility macros for enums +polling = "*" # polling sockets +lexpr = "*" # s-expression parsing [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "*" # wasm bindings -- cgit v1.2.3