Skip to content

Commit

Permalink
chore: adds description and links
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Nov 22, 2023
1 parent 2e0af75 commit 23d6930
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wdl-grammar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "wdl-grammar"
version = "0.1.0"
authors = ["Clay McLeod <[email protected]>"]
edition.workspace = true
license.workspace = true
description = "Grammar lexing and parsing for Workflow Description Language (WDL) documents"
homepage = "https://github.com/stjude-rust-labs/wdl"
repository = "https://github.com/stjude-rust-labs/wdl"
documentation = "https://docs.rs/wdl-grammar"

[dependencies]
async-recursion = { version = "1.0.5", optional = true }
Expand Down

0 comments on commit 23d6930

Please sign in to comment.