crabfit/backend/common/Cargo.toml
2023-05-13 13:46:23 +10:00

10 lines
206 B
TOML

[package]
name = "common"
description = "Shared structs and traits for the data storage and transfer of Crab Fit"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.68"
chrono = "0.4.24"