view example/audiophil/Cargo.toml @ 16:364f0ae83e7d

Move implemented binary into submodule
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 21 Sep 2020 17:26:35 +0200
parents
children b16039ffcb17
line wrap: on
line source

[package]
name = "example"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

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

[dependencies]
scrapeprice = { version = "0.1.0", path = "../../" }
env_logger = "0.7"
log = "0.4"
tokio = {version = "0.2", features = ["rt-threaded", "net", "macros"] }
hyper = "0.13"
rex-regex = "0.1"