adaptivegrain/Cargo.toml

23 lines
365 B
TOML
Raw Normal View History

2019-05-30 13:06:53 +02:00
[package]
name = "adaptivegrain-rs"
version = "0.1.0"
authors = ["kageru"]
edition = "2018"
[dependencies]
failure = "0.1"
faster = { git = "https://github.com/AdamNiederer/faster.git" }
2019-06-01 08:55:47 +02:00
lazy_static = "1.3.0"
num = "0.2"
rand = "0.6"
rand_xorshift = "0.1"
vapoursynth = "0.2"
vapoursynth-sys = "0.2"
2019-05-30 13:06:53 +02:00
[lib]
crate-type = ["cdylib"]
[profile.release]
debug = true