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
[dependencies.proc-macro-hack]
version = "0.5"

[lib]
proc-macro = true

[package]
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
description = "LIcense Embedding System (Implementation Details)"
edition = "2018"
include = ["/src/**/*", "/templates/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE"]
license = "MIT OR Apache-2.0"
name = "lies-impl"
repository = "https://github.com/MaulingMonkey/lies"
version = "0.0.2"