We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wdl-macros
1 parent f63c188 commit 498b954Copy full SHA for 498b954
wdl-macros/CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# Changelog
2
+
3
+## 0.1.0 — 12-17-2023
4
5
+### Added
6
7
+* Adds initial version.
wdl-macros/Cargo.toml
@@ -1,10 +1,13 @@
[package]
name = "wdl-macros"
-license.workspace = true
+version = "0.1.0"
+authors = ["Clay McLeod <[email protected]>"]
edition.workspace = true
-version.workspace = true
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+license.workspace = true
+description = "Macros used within the `wdl` crate ecosystem."
8
+homepage = "https://github.com/stjude-rust-labs/wdl"
9
+repository = "https://github.com/stjude-rust-labs/wdl"
10
+documentation = "https://docs.rs/wdl-macros"
11
12
[dependencies]
13
pest.workspace = true
0 commit comments