ClamAV is an open source (GPLv2) anti-virus toolkit.
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.
 
 
 
 
 
 
clamav/libclamav_rust/Cargo.toml

18 lines
325 B

[package]
authors = ["The ClamAV Team <clamav-bugs@external.cisco.com>"]
name = "clamav_rust"
version = "0.0.1"
edition = "2018"
[profile.dev.package."*"]
opt-level = 2
[dependencies]
log = {version = "*", features = ["std"]}
[lib]
crate-type = ["staticlib"]
name = "clamav_rust"
[build-dependencies]
cbindgen = "0.20.0"