diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-03 18:56:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-03 18:56:38 -0500 |
| commit | 8450893a1c0598b3af8c7cf9a9c39966e754ae14 (patch) | |
| tree | d5c3162c91b44aa1e52e1098ae729aec5d305e2a /Cargo.toml | |
| parent | e73044fbd51f9c8f15eb6bd60248887ccd8b16f0 (diff) | |
Move example to example
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
