Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 0e460ec

Browse files
committed
chore: adds metadata to Cargo.toml
1 parent 3af4b81 commit 0e460ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wdl-cli/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[package]
22
name = "wdl-cli"
33
version = "0.1.0"
4+
rust-version.workspace = true
45
license.workspace = true
56
edition.workspace = true
67
authors.workspace = true
78
homepage.workspace = true
89
repository.workspace = true
9-
rust-version.workspace = true
10+
description = "Facilities for building command-line tools using the `wdl` crates"
11+
documentation = "https://docs.rs/wdl-cli"
1012

1113
[dependencies]
1214
wdl-analysis = { path = "../wdl-analysis", version = "0.8.0" }

0 commit comments

Comments
 (0)