lia-plugin 0.1.0

Compiler plugin for writing Lia code as a macro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lia-plugin"
version = "0.1.0"
description = "Compiler plugin for writing Lia code as a macro"
repository = "https://github.com/willcrichton/lia"
license = "Apache-2.0/MIT"
authors = ["Will Crichton <wcrichto@stanford.edu>"]

[lib]
plugin = true
crate-type = ["dylib"]

[dependencies]
lia = { path = "../lia" }