[package] name = "m2sync" version.workspace = true authors.workspace = true description = "Tool for synchronizing IMAP and local m2dir" readme = "README.md" homepage.workspace = true repository.workspace = true license.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true [dependencies] vomit-m2sync = { path = "../vomit-m2sync", version = "1.0.0-alpha.1" } vomit-config = "0.2.0" clap = {version = "4", features = ["derive"]} log = "0.4" ctrlc = "3.4" simplelog = "0.12.0"