about summary refs log tree commit diff
path: root/Cargo.toml
blob: e3c3f09751a0322b095567e938d5153254186b88 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "etch"
version = "0.1.0"
edition = "2021"

[dependencies]
gilrs = "0.11.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
winit = "0.30.5"