[package] name = "daktilo-tray" version = "0.1.0" edition = "2021" authors = ["Nguyen Duc Toan "] description = "daktilo-tray brings the typewriter emulator daktilo to the tray" license-file = "LICENSE" repository = "https://github.com/ndtoan96/daktilo-tray" categories = ["emulators"] keywords = ["tray", "keyboard", "typewriter", "type", "nostalgic"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] daktilo_lib = "0.6.1" directories = "5.0.1" image = "0.25.1" rdev = "0.5.3" rodio = "0.17.3" serde = { version = "1.0.198", features = ["derive"] } tao = "0.27.0" toml = "0.8.12" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tray-icon = "0.13.4" [build-dependencies] winres = "0.1.12"