Files
lix/tools/licxxbridge/Cargo.toml
T
eldritch horrors 91663cca2d libutil|rs: bring back c++ interop with zngur
Change-Id: Ia9e9881f464d5b25110b56fb9d72ed30463eaeee
2026-06-28 12:47:18 +00:00

13 lines
280 B
TOML

[package]
name = "licxxbridge"
edition = "2021"
description = "small cxxbridge alternative that lets us use cxx versions nixpkgs doesn't have"
[[bin]]
name = "licxxbridge"
path = "main.rs"
[dependencies]
clap = { workspace = true, features = ["derive"] }
zngur.workspace = true