[dependencies.thallium_derive]
version = "0.1.0"
[dependencies.thallium_ecs]
version = "0.4.1"
[lints.clippy]
type_complexity = "allow"
[lints.rust]
unsafe_code = "deny"
unsafe_op_in_unsafe_fn = "deny"
[package]
description = "A basic game engine"
edition = "2021"
exclude = ["crates/"]
license = "MIT"
name = "thallium"
readme = "README.md"
repository = "https://github.com/HomelikeBrick42/Thallium"
version = "0.4.2"