socket-bot/ica-rs/Cargo.toml
2024-01-24 14:29:31 +08:00

22 lines
415 B
TOML

[package]
name = "ica-rs"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ed25519 = "2.2.3"
ed25519-dalek = "2.1.0"
hex = "0.4.3"
rust_socketio = "0.4.4"
serde_json = "1.0.108"
toml = "0.8.8"
[patch.crates-io]
rust_socketio = { path = "../../../rust-socketio/socketio" }
[build-dependencies]