Browse Source

subbeat init

main
Alexey Velikiy 3 years ago
parent
commit
fc1090ea8d
  1. 7
      Cargo.lock
  2. 9
      Cargo.toml
  3. 2
      src/main.rs

7
Cargo.lock generated

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "subbeat"
version = "0.0.1"

9
Cargo.toml

@ -1,8 +1,15 @@
[package]
name = "subbeat"
version = "0.1.0"
version = "0.0.1"
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]

2
src/main.rs

@ -1,3 +1,3 @@
fn main() {
println!("Hello, world!");
println!("welcom from subbeat, work in progress");
}

Loading…
Cancel
Save