9 lines
No EOL
120 B
TOML
9 lines
No EOL
120 B
TOML
[package]
|
|
name = "Iota"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio-tungstenite = "*"
|
|
json = "*"
|
|
axum = "*" |