Skip to content

Commit 1f3e5c4

Browse files
Bump to 0.1.54.
1 parent 8a75e22 commit 1f3e5c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "goat-cli"
3-
version = "0.1.53"
4-
authors = ["Max Brown <mb39@sanger.ac.uk>"]
3+
version = "0.1.54"
4+
authors = ["Max Brown <mb39@sanger.ac.uk>", "Rich Challis <goat@genomehubs.org>", "Sujai Kumar <goat@genomehubs.org>", "Cibele Sotero-Caio <goat@genomehubs.org>"]
55
edition = "2021"
66
license = "MIT"
77
description = "Query metadata for any species across the tree of life."
8-
homepage = "https://github.com/genomehubs/goat-cli"
8+
homepage = "https://github.com/genomehubs/goat-cli/wiki"
99
repository = "https://github.com/genomehubs/goat-cli"
10-
documentation = "https://github.com/genomehubs/goat-cli/wiki"
10+
documentation = "https://genomehubs.github.io/goat-cli/goat_cli/"
1111
keywords = ["goat", "genome", "tree", "ncbi", "genomics"]
1212
categories = ["command-line-utilities", "science"]
1313

docs/goat_cli/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</a><h2 class="location"></h2>
44
</nav>
55
<nav class="sidebar"><a class="sidebar-logo" href="../goat_cli/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div>
6-
</a><h2 class="location"><a href="#">Crate goat_cli</a></h2><div class="sidebar-elems"><div class="block"><ul><li class="version">Version 0.1.53</li><li><a id="all-types" href="all.html">All Items</a></li></div></ul><section><div class="block"><ul><li><a href="#modules">Modules</a></li></ul></div></section><div id="sidebar-vars" data-name="goat_cli" data-ty="mod" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../goat_cli/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
6+
</a><h2 class="location"><a href="#">Crate goat_cli</a></h2><div class="sidebar-elems"><div class="block"><ul><li class="version">Version 0.1.54</li><li><a id="all-types" href="all.html">All Items</a></li></div></ul><section><div class="block"><ul><li><a href="#modules">Modules</a></li></ul></div></section><div id="sidebar-vars" data-name="goat_cli" data-ty="mod" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../goat_cli/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
77
<h1 class="fqn"><span class="in-band">Crate <a class="mod" href="#">goat_cli</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/goat_cli/lib.rs.html#1-23">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p><code>goat-cli</code> is a command line interface to query the
88
<a href="https://goat.genomehubs.org/api-docs/">Genomes on a Tree Open API</a> using
99
an asynchronous <a href="https://docs.rs/tokio/latest/tokio/"><code>tokio</code></a> runtime.</p>

0 commit comments

Comments
 (0)