Uint & Hash types. (#10)

* Uint & Hash types.

* Fix author

* Rename crate to primitives.
This commit is contained in:
Tomasz Drwięga
2017-11-10 13:34:36 +01:00
committed by Robert Habermeier
parent 3a340b3aa2
commit dbb123d09c
8 changed files with 215 additions and 4 deletions
+4
View File
@@ -14,6 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Polkadot CLI
#![warn(missing_docs)]
extern crate polkadot_cli;
fn main() {