Update Cargo.toml files

rename
Pantonshire 5 years ago
parent 56d790559e
commit fce589369b

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

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

Loading…
Cancel
Save