Skip to content

Commit

Permalink
some docs updates I missed (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Feb 14, 2021
1 parent 8b4ac07 commit 235e0eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,12 +1,12 @@
[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
categories = ["development-tools", "development-tools::build-utils"]
description = "Generate version related functions"
description = "Generate build, git, and rustc related 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro"
documentation = "http://docs.rs/vergen"
edition = "2018"
homepage = "http://github.com/rustyhorde/vergen"
keywords = ["version", "generation"]
license = "MIT/Apache-2.0"
keywords = ["cargo", "instructions", "semver", "git", "build.rs"]
license = "MIT OR Apache-2.0"
name = "vergen"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
Expand Down
5 changes: 4 additions & 1 deletion src/lib.rs
Expand Up @@ -56,7 +56,10 @@
//! #..
//!
//! [build-dependencies]
//! vergen = "3"
//! vergen = "4"
//! # or
//! vergen = { version = "4", default-features = false, features = ["build", "rustc"] }
//! # if you wish to disable certain features
//! ```
//!
//! ### build.rs
Expand Down

0 comments on commit 235e0eb

Please sign in to comment.