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.
1 parent dc2c99b commit b8707dfCopy full SHA for b8707df
Cargo.toml
@@ -3,6 +3,9 @@ name = "gdl"
3
version = "0.0.3"
4
edition = "2021"
5
authors = [ "Austin Davis-Richardson <hello@agdr.org>" ]
6
+license = "MIT"
7
+repository = "https://github.com/audy/gdl"
8
+description = "CLI to quickly fetch genome assemblies from NCBI"
9
10
[dependencies]
11
clap = { version = "4.5.19", features = ["derive"] }
0 commit comments