![dependabot[bot]](/assets/img/avatar_default.png)
Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
688 B
TOML
28 lines
688 B
TOML
[package]
|
|
name = "engine"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
repository = "https://github.com/Zenyx-Engine/Zenyx"
|
|
[dependencies]
|
|
anyhow = "1.0.94"
|
|
backtrace = "0.3.74"
|
|
chrono = "0.4.39"
|
|
colored = "3.0.0"
|
|
crashreport = "1.0.1"
|
|
dirs-next = "2.0.0"
|
|
|
|
lazy_static.workspace = true
|
|
log = "0.4.22"
|
|
mlua = { version = "0.10.2", features = ["anyhow", "lua54", "vendored"] }
|
|
once_cell = "1.20.2"
|
|
parking_lot.workspace = true
|
|
regex = "1.11.1"
|
|
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
|
|
tokio = { version = "1.42.0", features = ["macros", "parking_lot", "rt", "rt-multi-thread"] }
|
|
|
|
|
|
[profile.dev]
|
|
debug-assertions = true
|
|
|
|
[profile.release]
|
|
debug-assertions = false
|