Skip to content

Instantly share code, notes, and snippets.

@tmarkovski
tmarkovski / Cargo.toml
Created November 21, 2021 02:25 — forked from mcastorina/Cargo.toml
Clap and rustyline tab completion integration
[package]
name = "tmp"
version = "0.1.0"
authors = ["Miccah Castorina <m.castorina93@gmail.com>"]
edition = "2018"
[dependencies]
clap-v3 = { version = "3.0.0-beta.1", features = ["yaml"] }
rustyline = "6.2.0"
serde_yaml = "0.8"