13 lines
210 B
TOML
13 lines
210 B
TOML
[package]
|
|
name = "journal"
|
|
authors = []
|
|
standard = "c++20"
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
name = "libjournal"
|
|
|
|
[[bin]]
|
|
name = "journal"
|
|
cc-flags = ["-DJOURNAL_ALL", "-gcodeview", "-g"]
|
|
ld-flags = ["-g", "-gcodeview"] |