No description
Find a file
Josh Stone 3fc7ade708 Use cargo read-manifest instead of metadata
The `read-manifest` json output is a subset of `metadata` for the
current `Cargo.toml` only, even tighter than `--no-deps` provides.
2017-05-17 15:19:52 -07:00
data Switch rustflags from -g to -Cdebuginfo=2 2017-03-30 10:37:25 -07:00
rust2rpm Use cargo read-manifest instead of metadata 2017-05-17 15:19:52 -07:00
.gitignore distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
LICENSE add MIT license text 2017-01-30 18:46:00 +01:00
MANIFEST.in distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
README.rst distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
requirements.txt add requirements.txt 2017-02-05 14:58:18 +01:00
setup.py buildsys: release++ 2017-02-18 20:16:35 +01:00
test.py metadata: add support for wildcards in version 2017-02-26 17:06:24 +01:00
tox.ini test on py33 and py34 as well 2017-02-05 21:08:10 +01:00

========
rust2rpm
========

Convert Rust crates to RPM.