mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-17 00:07:53 +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"
|