22 lines
388 B
TOML
22 lines
388 B
TOML
[build]
|
|
type = "cmake"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
configure = ["-Wno-dev"]
|
|
|
|
[dependencies]
|
|
build = ["cmake"]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "A C library for asynchronous DNS requests"
|
|
homepage = "https://c-ares.org/"
|
|
license = "MIT"
|
|
name = "c-ares"
|
|
version = "1.34.6"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/c-ares/c-ares.git#v$version"
|