[package]
edition = "2024"
rust-version = "1.85"
name = "ctcb-core"
version = "0.4.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform detection and shared types for clang toolchain binary builder"
homepage = "https://github.com/zackees/clang-tool-chain-bins"
readme = false
license = "MIT"
repository = "https://github.com/zackees/clang-tool-chain-bins"
[lib]
name = "ctcb_core"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"