1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/rc_core/Cargo.toml

15 lines
336 B
TOML
Raw Normal View History

2025-03-30 16:22:25 -04:00
[package]
name = "rc_core"
version = "0.1.0"
edition = "2024"
[dependencies]
log.workspace = true
polariton.workspace = true
hex = "0.4"
serde.workspace = true
serde_json.workspace = true
chrono = "0.4"
polariton_server.workspace = true
tokio = { version = "1.43", features = [ "net", "macros", "rt-multi-thread", "io-util", "time"] }