stint-server 0.2.2

Local HTTP API server for Stint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "stint-server"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Local HTTP API server for Stint"
readme = "../../README.md"
keywords = ["time-tracking", "api", "productivity"]
categories = ["command-line-utilities"]

[dependencies]
axum = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
stint-core = { version = "0.2.2", path = "../stint-core" }
time = { version = "0.3", features = ["serde", "formatting"] }
tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal"] }