9 lines
198 B
TOML
9 lines
198 B
TOML
[package]
|
|
name = "loading_screen"
|
|
version = "0.1.0"
|
|
authors = ["hodasemi <michaelh.95@t-online.de>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
context = { path = "../context" }
|
|
anyhow = { workspace = true }
|