|
|
|
@ -4,7 +4,8 @@ version = "0.1.0"
|
|
|
|
authors = ["Tom Panton <pantonshire@gmail.com>"]
|
|
|
|
authors = ["Tom Panton <pantonshire@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
repository = "https://github.com/Pantonshire/enumscribe"
|
|
|
|
description = "Procedural macros for converting between enums and strings"
|
|
|
|
description = "Procedural macros for converting between enums and strings"
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
enumscribe_derive = { path = "../enumscribe_derive" }
|
|
|
|
enumscribe_derive = { version = "0.1.0", path = "../enumscribe_derive" }
|
|
|
|
|