2024-04-27 15:11:03 +02:00
|
|
|
[package]
|
|
|
|
|
name = "the_matrix"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced.workspace = true
|
|
|
|
|
iced.features = ["canvas", "tokio", "debug"]
|
|
|
|
|
|
|
|
|
|
rand = "0.8"
|
2024-04-30 21:59:46 +02:00
|
|
|
tracing-subscriber = "0.3"
|