1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/wezterm-dynamic/Cargo.toml
Wez Furlong f472a5abfb
wezterm-dynamic: bump version of crates.io publish
Not sure if it is strictly necessary to do this, but stuff
has changed since the last publish.
2024-01-27 12:09:16 -07:00

18 lines
392 B
TOML

[package]
name = "wezterm-dynamic"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/wez/wezterm"
description = "config serialization for wezterm via dynamic json-like data values"
license = "MIT"
[dependencies]
wezterm-dynamic-derive = { version="0.1", path="derive" }
ordered-float = "4.1"
thiserror = "1.0"
strsim = "0.10"
log = "0.4"
[dev-dependencies]
maplit = "1.0"