lies-impl 0.0.2

LIcense Embedding System (Implementation Details)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# https://doc.rust-lang.org/cargo/reference/manifest.html



[package]

name = "lies-impl"

version = "0.0.2"

authors = ["MaulingMonkey <git@maulingmonkey.com>"]

edition = "2018"

description = "LIcense Embedding System (Implementation Details)"

repository = "https://github.com/MaulingMonkey/lies"

license = "MIT OR Apache-2.0"

include = ["/src/**/*", "/templates/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE"]



[lib]

proc-macro = true



[dependencies]

proc-macro-hack = "0.5"