initial
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user