<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nitrocli/argparse/examples, branch master</title>
<subtitle>Robin Krahl's fork of nitrocli</subtitle>
<id>https://git.ireas.org/nitrocli/atom?h=master</id>
<link rel='self' href='https://git.ireas.org/nitrocli/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrocli/'/>
<updated>2020-04-04T21:39:19Z</updated>
<entry>
<title>Remove vendored dependencies</title>
<updated>2020-04-04T21:39:19Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-04-04T21:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrocli/commit/?id=d0d9683df8398696147e7ee1fcffb2e4e957008c'/>
<id>urn:sha1:d0d9683df8398696147e7ee1fcffb2e4e957008c</id>
<content type='text'>
While it appears that by now we actually can get successful builds
without Cargo insisting on Internet access by virtue of using the
--frozen flag, maintaining vendored dependencies is somewhat of a pain
point. This state will also get worse with upcoming changes that replace
argparse in favor of structopt and pull in a slew of new dependencies by
doing so. Then there is also the repository structure aspect, which is
non-standard due to the way we vendor dependencies and a potential
source of confusion.
In order to fix these problems, this change removes all the vendored
dependencies we have.

Delete subrepo argparse/:argparse
Delete subrepo base32/:base32
Delete subrepo cc/:cc
Delete subrepo cfg-if/:cfg-if
Delete subrepo getrandom/:getrandom
Delete subrepo lazy-static/:lazy-static
Delete subrepo libc/:libc
Delete subrepo nitrokey-sys/:nitrokey-sys
Delete subrepo nitrokey/:nitrokey
Delete subrepo rand/:rand
</content>
</entry>
<entry>
<title>Add argparse 0.2.2 as a dependency</title>
<updated>2018-12-22T02:41:19Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-17T23:39:15Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrocli/commit/?id=d137415a69007a90569ebbf38a92424fba60b997'/>
<id>urn:sha1:d137415a69007a90569ebbf38a92424fba60b997</id>
<content type='text'>
This patch adds the crate rust-argparse [0] in version 0.2.2 as a
dependency, as discussed in issue #4.

[0]  https://github.com/tailhook/rust-argparse

Import subrepo argparse/:argparse at 0de60a5e6d9ee1a3570d6089afd3ccd6ed7480c5
</content>
</entry>
</feed>
