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.

12 lines
299 B

[package]
name = "stackline-cli"
version = "0.1.0"
edition = "2021"
authors = ["Shad Amethyst"]
description = "A simple runner and editor for Stackline 2"
[dependencies]
clap = { version = "3.2", features = ["derive"] }
stackline = { path = "../stackline", features = ["time"] }
serde_json = "1.0"