You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
390 B
19 lines
390 B
[package] |
|
name = "subbeat" |
|
version = "0.0.2" |
|
edition = "2018" |
|
|
|
license = "MIT OR Apache-2.0" |
|
description = "Time Series kit" |
|
homepage = "https://subbeat.rs/" |
|
documentation = "https://docs.rs/subbeat" |
|
repository = "https://github.com/subbeat/subbeat" |
|
readme = "README.md" |
|
|
|
[dependencies] |
|
tokio = { version = "1", features = ["full"] } |
|
clap = "2.33.3" |
|
hyper = "0.14.13" |
|
hyper-tls = "0.5.0" |
|
|
|
|
|
|