Skip to content

Commit 3e4eeeb

Browse files
committed
revise: small cleanups to the Cargo.toml
1 parent 09b9e05 commit 3e4eeeb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "sprocket"
33
version = "0.11.0"
4-
description = "A command line tool for working with Workflow Description Language (WDL) files"
5-
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
4+
description = "A command line tool for working with Workflow Description Language (WDL) documents"
5+
authors = ["The Sprocket project contributors"]
66
license = "MIT OR Apache-2.0"
7-
edition = "2021"
8-
homepage = "https://github.com/stjude-rust-labs/sprocket"
7+
edition = "2024"
8+
homepage = "https://sprocket.bio"
99
repository = "https://github.com/stjude-rust-labs/sprocket"
10-
documentation = "https://docs.rs/sprocket"
10+
documentation = "https://sprocket.bio/overview.html"
1111
readme = "README.md"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)