summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-03 18:56:22 -0500
committerLLLL Colonq <llll@colonq>2025-03-03 18:56:38 -0500
commit8450893a1c0598b3af8c7cf9a9c39966e754ae14 (patch)
treed5c3162c91b44aa1e52e1098ae729aec5d305e2a /Cargo.toml
parente73044fbd51f9c8f15eb6bd60248887ccd8b16f0 (diff)
Move example to example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8998a11..25be8fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,10 +7,6 @@ edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
-[[bin]]
-name = "tel"
-path = "src/main.rs"
-
[profile.release]
opt-level = 2
codegen-units = 1
@@ -35,6 +31,7 @@ bimap = "*" # bijective maps
reqwest = "*" # http requests
bytes = "*" # bytes for http responses
bitflags = "*" # bitwise flags
+anyhow = "*" # generic error type handling
[target.'cfg(target_arch = "wasm32")'.dependencies]
winit = {version = "=0.29.15", features = ["serde"]} # windowing and events