[package] name = "poul-list" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.102" env_logger = "0.11.10" libc = "0.2.184" log = "0.4.29" rusqlite = "0.39.0" tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread", "sync"] }