Browse Source

Add descriptions for `cargo publish`

remotes/origin/add-with-shims
Gal Schlezinger 5 years ago
parent
commit
d8bb99733d
No known key found for this signature in database
GPG Key ID: 48841F4E54E9772D
  1. 2
      Cargo.toml

2
Cargo.toml

@ -4,6 +4,8 @@ version = "1.22.8" @@ -4,6 +4,8 @@ version = "1.22.8"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2018"
build = "build.rs"
license = "GPLv3"
description = "Fast and simple Node.js version manager"
[dependencies]
serde = { version = "1.0.117", features = ["derive"] }

Loading…
Cancel
Save