1[package]
2name = "nbdkit"
3version = "@VERSION@"
4authors = ["Richard W.M. Jones <rjones@redhat.com>"]
5edition = "2018"
6
7[dependencies]
8# lazy_static is used by the example.
9lazy_static = "1.2.0"
10
11[[example]]
12name = "ramdisk"
13crate-type = ["cdylib"]
14