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