forked from didirus/AstralRinth
* Taplo and typos in CI * Clean up Cargo.toml files * Fix CI * Fix CI * Run typos in CI * Loosen typos a bit * Fix typos * Fix taplo * Switch to Tombi * Fix Tombi errors * Remove unused typos config * Tombi fmt * Remove extraneous cargo fmt * fix typos
12 lines
258 B
TOML
12 lines
258 B
TOML
[package]
|
|
name = "theseus_playground"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
enumset = { workspace = true }
|
|
theseus = { workspace = true, features = ["cli"] }
|
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
|
|
|
[lints]
|
|
workspace = true
|