mirror of
https://github.com/EDCD/EDDN.git
synced 2025-05-08 02:51:04 +03:00
12 lines
266 B
TOML
12 lines
266 B
TOML
[package]
|
|
name = "minimal-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
flate2 = "1.0.35"
|
|
serde = { version = "1.0.217", features = ["serde_derive"] }
|
|
serde_json = "1.0.135"
|
|
tokio = "1.43.0"
|
|
zeromq = { version = "0.4.1", features = ["tcp-transport"] }
|