1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-25 21:07:39 +03:00
wezterm/wezterm-version/Cargo.toml

14 lines
295 B
TOML
Raw Normal View History

[package]
name = "wezterm-version"
version = "0.1.0"
edition = "2021"
build = "build.rs"
2024-05-13 18:29:36 +03:00
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
2024-02-18 23:33:54 +03:00
git2 = { version = "0.18", default-features = false }
[dependencies]