mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
395 B
15 lines
395 B
![]()
5 years ago
|
[package]
|
||
|
name = "clamav-sys"
|
||
|
description = "ClamAV low level bindings for Rust"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Jonas Zaddach <jonas.zaddach@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
license = "GPL-2.0"
|
||
|
categories = ["external-ffi-bindings"]
|
||
|
homepage = "https://github.com/zaddach/clamav-sys/"
|
||
|
repository = "https://github.com/zaddach/clamav-sys/"
|
||
|
|
||
|
[build-dependencies]
|
||
|
pkg-config = "0.3"
|
||
|
bindgen = "0.53.1"
|