[package] name = "aw-models" version = "0.1.0" authors = ["Johan 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "aw_models" crate-type = ["lib", "cdylib"] path = "src/lib.rs" [dependencies] chrono = { version = "0.4", features = ["serde"] } log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" schemars = { version = "0.7", features = ["chrono"] }