diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-12-30 12:48:42 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-12-30 12:48:42 +0100 |
commit | 1e72b4923d573d0db4414fdb5fd49f217ce3f62e (patch) | |
tree | 824b85a64d7f356880ff2192fda21baa7ea62e8d | |
parent | 27f2bb834da85aba3935e14c6069a07f03ac6a45 (diff) | |
download | nitrokey-rs-1e72b4923d573d0db4414fdb5fd49f217ce3f62e.tar.gz nitrokey-rs-1e72b4923d573d0db4414fdb5fd49f217ce3f62e.tar.bz2 |
Remove the Cargo.toml extract from README
The Cargo.toml extract in the README does not provide any real value,
but it adds maintenance effort. Therefore it is removed in this patch.
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4,11 +4,6 @@ A libnitrokey wrapper for Rust providing access to Nitrokey devices. [Documentation][] -```toml -[dependencies] -nitrokey = "0.2.1" -``` - ## Compatibility The required [`libnitrokey`][] version is built from source. The host system |