Rust creation

This commit is contained in:
Alex Emmet 2025-08-29 21:12:41 +02:00
commit 8b072325d8
3 changed files with 899 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "Iota"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio-tungstenite = "*"
json = "*"
axum = "*"