rustfmt.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "rhai_codegen"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
authors = ["Stephen Chung", "jhwgh1968"]
|
||||
authors = ["jhwgh1968", "Stephen Chung"]
|
||||
description = "Proceducral macro support package for Rhai, a scripting language for Rust"
|
||||
homepage = "https://github.com/jonathandturner/rhai"
|
||||
repository = "https://github.com/jonathandturner/rhai"
|
||||
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
|
||||
proc-macro = true
|
||||
|
||||
[dev-dependencies]
|
||||
rhai = { version = "*", path = ".." }
|
||||
rhai = { path = ".." }
|
||||
trybuild = "1"
|
||||
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user