timada-shared 0.2.1

Common lib for timada
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "timada-shared"
version = "0.2.1"
edition = "2024"
license = "AGPL-3.0"
publish = true
description = "Common lib for timada"
repository = "https://github.com/timayz/timada"
documentation = "https://docs.rs/timada-shared"

[dependencies]
serde = { version = "1.0", features = ["derive"] }