File: Cargo.toml.orig

package info (click to toggle)
rust-wezterm-dynamic-derive 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wezterm-dynamic-derive"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/wez/wezterm"
description = "config serialization for wezterm via dynamic json-like data values"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0.2"
syn = "1.0"