sonic-channel/Cargo.toml

19 lines
351 B
TOML
Raw Normal View History

2020-07-18 11:01:51 +03:00
[package]
name = "sonic-channel"
version = "0.1.0-rc1"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
regex = "1.3.4"
[features]
default = ["search"]
ingest = []
search = []
control = []