Skip to content

Commit 7cafe85

Browse files
authored
Merge pull request #206 from o2sh/feature/language-def-macro
Define languages with macro
2 parents c05bb94 + 5d438f8 commit 7cafe85

File tree

3 files changed

+164
-381
lines changed

3 files changed

+164
-381
lines changed

Cargo.lock

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ ansi_term = "0.12"
3737
[target.'cfg(target_os = "linux")'.dependencies]
3838
libc = "0.2.76"
3939
base64 = "0.12.3"
40+
41+
[dev-dependencies]
42+
lazy_static = "1.4"
43+
more-asserts = "0.2"
44+
paste = "1"

0 commit comments

Comments
 (0)