Skip to content
Snippets Groups Projects
Cargo.toml 664 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]
Denis Smirnov's avatar
Denis Smirnov committed
fasthash = "0.4.0"
serde = { version = "1.0", features = ["derive"] }
tarantool = { git = "https://sbroad-cargo-token:t-nZyqJVVuhGQv17BX6v@gitlab.com/picodata/picodata/tarantool-module.git", rev="d8921ec6"}
Denis Smirnov's avatar
Denis Smirnov committed
traversal = "0.1.2"
[dev-dependencies]
pretty_assertions = "1.0.0"
[lib]
crate-type = ["cdylib"]