1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/wezterm-open-url/Cargo.toml
2024-05-13 08:29:36 -07:00

11 lines
249 B
TOML

[package]
name = "wezterm-open-url"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winapi = {version="0.3", features=["shellapi"]}