[package]
name = "utils"
authors = []
standard = "c++2b"
version = "0.1.0"

[lib]
cc-flags = ["-DNOMINMAX", "-D_HAS_CXX20=1"]
exclude-sources = ["src/main.cc"]
reparent-headers = true
name = "utils"

[[bin]]
cc-flags = ["-DNOMINMAX", "-g", "-gcodeview"]
ld-flags = ["-g"]
name = "test"