engine/map/Cargo.toml

12 lines
248 B
TOML
Raw Permalink Normal View History

2024-08-23 11:22:09 +00:00
[package]
name = "map"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
rusqlite = { workspace = true }
assetpath = { workspace = true }
destructure_traitobject = { workspace = true }
engine = { path = "../engine" }