18 lines
292 B
TOML
18 lines
292 B
TOML
[package]
|
|
name = "zen-widget"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.8"
|
|
dirs = "5"
|
|
ctrlc = "3"
|
|
|
|
# Cocoa/AppKit for floating window
|
|
cocoa = "0.25"
|
|
core-graphics = "0.23"
|
|
|
|
# For cross-platform event handling
|
|
objc = "0.2"
|