[package]
name = "type-crawler"
version = "0.1.0"
edition = "2024"
authors = ["Aetias <aetias@outlook.com>"]
license = "MIT"
description = "A tool to scan C/C++ types using libclang"
repository = "https://github.com/AetiasHax/type-crawler"
readme = "../README.md"
[dependencies]
clang = { version = "2.0", features = ["clang_9_0"] }
indexmap = "2.10"
snafu = { version = "0.8" }