๐Ÿ“ฆ tychedelia / td-rs

๐Ÿ“„ Cargo.toml ยท 9 lines
1
2
3
4
5
6
7
8
9[package]
name = "td-rs-autocxx-build"
version = "0.1.0"
edition = "2021"

[dependencies]
autocxx-build = { git = "https://github.com/tychedelia/autocxx.git", branch = "main" }
miette = { version="5", features = [ "fancy" ] }