mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
10 lines
184 B
TOML
10 lines
184 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bitcode = "0.6.7"
|
|
eyre = "0.6.12"
|
|
tracing = "0.1.41"
|
|
strum = { version = "0.27.2", features = ["derive"] }
|