summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4d0df28085ec4f9bbb02c53742c3cf7887789afb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "benoit"
version = "0.0.0"
authors = ["Gabriel Jensen <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libwebp = {version = "0.1.2",features = ["0_6"]}