Skip to content
Snippets Groups Projects
Cargo.toml 475 B
Newer Older
Igor Kuznetsov's avatar
Igor Kuznetsov committed
name = "sbroad"
version = "0.1.0"
authors = ["Igor Kuznetsov <kuznetsovin@gmail.com>"]
edition = "2018"

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

[dependencies]
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
pretty_assertions = "1.0.0"

[lib]
crate-type = ["cdylib"]