mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 21:01:36 +03:00
wezterm-input-types: prep for crates.io publish
This commit is contained in:
parent
b956a6ac30
commit
d5ca5509b9
@ -2,7 +2,10 @@
|
||||
name = "wezterm-input-types"
|
||||
version = "0.1.0"
|
||||
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/wez/wezterm"
|
||||
description = "config serialization for wezterm via dynamic json-like data values"
|
||||
license = "MIT"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@ -11,7 +14,7 @@ bitflags = "1.3"
|
||||
euclid = "0.22"
|
||||
lazy_static = "1.4"
|
||||
serde = {version="1.0", features = ["rc", "derive"], optional=true}
|
||||
wezterm-dynamic = {path="../wezterm-dynamic"}
|
||||
wezterm-dynamic = {path="../wezterm-dynamic", version="0.2"}
|
||||
|
||||
[features]
|
||||
default = ["serde"]
|
||||
|
Loading…
Reference in New Issue
Block a user