[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.log]
version = "0.4"
[dependencies.schemars]
features = ["chrono"]
version = "0.7"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
crate-type = ["lib", "cdylib"]
name = "aw_models"
path = "src/lib.rs"
[package]
authors = ["Johan Bjäreholt <johan@bjareho.lt>"]
description = "A reimplementation of aw-server in Rust."
documentation = "https://docs.activitywatch.net/en/latest/"
edition = "2018"
homepage = "https://activitywatch.net/"
license = "MPL-2.0"
name = "aw-models"
readme = "../README.md"
repository = "https://github.com/ActivityWatch/aw-server-rust/aw-server"
version = "0.1.0"