mirror of
https://github.com/Ben-Lichtman/reloader
synced 2026-06-08 10:27:31 +00:00
14 lines
220 B
TOML
14 lines
220 B
TOML
[package]
|
|
name = "objparse"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = ["debug"]
|
|
debug = []
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
object = { workspace = true }
|
|
windows-sys = { workspace = true }
|