mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
14 lines
295 B
TOML
14 lines
295 B
TOML
[package]
|
|
name = "wezterm-version"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
git2 = { version = "0.18", default-features = false }
|
|
|
|
[dependencies]
|