mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
vendor dbg-pls
This commit is contained in:
parent
a633546c8f
commit
57ba4cef3c
23 changed files with 2240 additions and 419 deletions
17
dbg-pls/debug-derive/Cargo.toml
Normal file
17
dbg-pls/debug-derive/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "dbg-pls-derive"
|
||||
version = "0.2.1"
|
||||
authors = ["Conrad Ludgate <conradludgate@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "derive(Debug)"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/conradludgate/dbg-pls"
|
||||
readme = "../README.md"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0"
|
||||
syn = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue