[package] name = "solar_system" version = "0.1.0" authors = ["Héctor Ramón Jiménez "] edition = "2021" publish = false [dependencies] iced = { path = "../..", features = ["canvas", "tokio", "debug"] } env_logger = "0.10.0" rand = "0.8.3"