slang-compiler-sys/Cargo.toml

13 lines
163 B
TOML
Raw Permalink Normal View History

2024-12-28 23:24:57 -05:00
[package]
2024-12-30 16:35:33 -05:00
name = "slang-tools"
2024-12-28 23:24:57 -05:00
version = "0.1.0"
edition = "2021"
resolver = "2"
[dependencies]
cxx = "1.0"
[build-dependencies]
cmake = "0.1"
cxx-build = "1.0"