14 lines
No EOL
231 B
TOML
14 lines
No EOL
231 B
TOML
[package]
|
|
name = "mars"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
bighash = []
|
|
vector3 = ["dep:glam"]
|
|
messages = []
|
|
assertions = []
|
|
|
|
[dependencies]
|
|
glam = { version = "0.33.3", optional = true }
|
|
colored = { version = "3.1.1" } |