Skip to content

Commit

Permalink
build: specify rasn-compiler derive deps
Browse files Browse the repository at this point in the history
  • Loading branch information
6d7a committed Feb 1, 2024
1 parent a66b327 commit fa2b958
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rasn-compiler-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ homepage.workspace = true
license.workspace = true
readme.workspace = true
description = "Macros producing bindings for the rasn framework"
keywords = ["rust", "compiler", "asn1", "ber", "der", "per", "uper", "rasn"]
keywords = ["macros", "compiler", "asn1", "rasn"]
categories = ["compilers", "parser-implementations", "wasm", "encoding"]
authors = ["Kevin Westphal"]

[lib]
proc-macro = true

[dependencies]
rasn-compiler = { path = "../rasn-compiler" }
rasn-compiler = "0.1.0"
proc-macro2 = "1"
syn= "2"

0 comments on commit fa2b958

Please sign in to comment.