This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-common/Cargo.toml

20 lines
525 B
TOML
Raw Permalink Normal View History

2025-03-07 15:39:45 -08:00
[package]
name = "asklyphe-common"
version = "0.1.0"
edition = "2021"
license = "AGPL-3"
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.0", features = ["full"] }
chrono = "0.4.31"
serde = { version = "1.0", features = ["derive"] }
foundationdb = { version = "0.8.0", features = ["embedded-fdb-include"] }
log = "0.4.20"
rmp-serde = "1.1.2"
futures = "0.3.30"
async-nats = "0.38.0"
ulid = "1.1.0"
rand = "0.8.5"