Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user