Skip to content

Instantly share code, notes, and snippets.

@andrewmiller1
Created October 31, 2018 17:26
Show Gist options
  • Save andrewmiller1/9e5456f236d9ff9fc0051c8acfc7e82c to your computer and use it in GitHub Desktop.
Save andrewmiller1/9e5456f236d9ff9fc0051c8acfc7e82c to your computer and use it in GitHub Desktop.
Minimal Cargo.toml #1368
[package]
name = "dev"
version = "0.1.0"
authors = ["andrewmiller1 <38833810+andrewmiller1@users.noreply.github.com>"]
edition = "2018"
[dependencies]
clap = { git = "https://github.com/clap-rs/clap", branch = "v3-master", features = ["yaml"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment