ambient_git_rev_init 0.3.1-rc.1

Ambient git revision helper. Host-only.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ambient_git_rev_init"
version = { workspace = true }
rust-version = { workspace = true }
edition = "2021"
description = "Ambient git revision helper. Host-only."
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmbientRun/Ambient"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ambient_git_rev = { path = "../git_rev", version = "0.3.1-rc.1" }