This commit is contained in:
Tiago Batista Cardoso
2025-11-04 23:26:45 +01:00
commit d4126675bd
36 changed files with 5446 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "enxos"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
dirs = "6.0.0"
ggez = "0.9.3"
hex = "0.4.3"
once_cell = "1.21.3"
rand = "0.9.2"
reqwest = { version = "0.12.24", features = ["json"] }
rust-embed = "8.7.2"
serde = "1.0.228"
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["full"] }