Use literalext from crates.io
This commit is contained in:
parent
798f9baee8
commit
62bdd4b06a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ description = "Compile-time HTML templates."
|
|||
|
||||
[dependencies]
|
||||
if_chain = "0.1"
|
||||
literalext = { git = "https://github.com/mystor/literalext.git", default-features = false, features = ["proc-macro"] }
|
||||
literalext = { version = "0.1", default-features = false, features = ["proc-macro"] }
|
||||
|
||||
[lib]
|
||||
name = "maud_macros"
|
||||
|
|
Loading…
Add table
Reference in a new issue