[package] name = "aw-sync" version = "0.1.0" authors = ["Erik Bjäreholt "] edition = "2018" license = "MPL-2.0" description = "A reimplementation of aw-server in Rust." homepage = "https://activitywatch.net/" documentation = "https://docs.activitywatch.net/en/latest/" repository = "https://github.com/ActivityWatch/aw-server-rust/aw-server" readme = "../README.md" [lib] name = "aw_sync" path = "src/lib.rs" [[bin]] name = "aw-sync-rust" path = "src/main.rs" [dependencies] log = "0.4" chrono = { version = "0.4", features = ["serde"] } serde = "1.0" serde_json = "1.0" aw-server = "0.8" aw-models = "0.1" aw-datastore = "0.1" aw-client-rust = "0.1"