mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 03:59:31 +00:00
11 lines
167 B
TOML
11 lines
167 B
TOML
|
[package]
|
||
|
name = "cuprate-common"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = "AGPL-3.0-only"
|
||
|
authors = ["Boog900"]
|
||
|
|
||
|
|
||
|
[dependencies]
|
||
|
chrono = "0.4.24"
|
||
|
thiserror = "1"
|