Rust creation
This commit is contained in:
parent
96c950e6a3
commit
8b072325d8
3 changed files with 899 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "Iota"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio-tungstenite = "*"
|
||||
json = "*"
|
||||
axum = "*"
|
||||
Loading…
Reference in a new issue