1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-17 17:57:28 +03:00
wezterm/wezterm-version/Cargo.toml
2024-02-18 13:38:04 -07:00

13 lines
279 B
TOML

[package]
name = "wezterm-version"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# 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]