mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
18 lines
366 B
TOML
18 lines
366 B
TOML
|
[package]
|
||
|
name = "env-bootstrap"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
config = { path = "../config" }
|
||
|
dirs = "2.0"
|
||
|
|
||
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||
|
cocoa = "0.20"
|
||
|
libc = "0.2"
|
||
|
objc = "0.2"
|
||
|
|