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.
16 lines
401 B
16 lines
401 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" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
clap = "2.33.3"
|
|
|