Skip to content

Instantly share code, notes, and snippets.

@andrewmiller1
Created October 31, 2018 17:58
Show Gist options
  • Save andrewmiller1/375ec96892fc9a71ac35af007965faa4 to your computer and use it in GitHub Desktop.
Save andrewmiller1/375ec96892fc9a71ac35af007965faa4 to your computer and use it in GitHub Desktop.
Minimal working 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", rev = "683105cdd10c8a301e043a6c77531b2ff8c6a383", features = ["yaml"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment