aboutsummaryrefslogtreecommitdiffstats
path: root/rs/common/Cargo.toml
blob: 20d9bdd6e37d07b4deab163692846614f0be0ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "common"
version = "0.1.0"
edition = "2021"

[dependencies]
chrono = "0.4"
hmac-sha256 = "1.1"
subtle = "2.5"
serde = { version = "1", features = ["derive"] }