add travis & crate config

This commit is contained in:
arnaucube
2019-08-04 14:16:51 +02:00
parent 9bc3000898
commit a2122dadce
3 changed files with 14 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
[package]
name = "babyjubjub-rs"
version = "0.1.0"
version = "0.0.1"
authors = ["arnaucube <root@arnaucube.com>"]
edition = "2018"
license = "GPL-3.0"
description = "BabyJubJub elliptic curve implementation"
[dependencies]
num = "0.2.0"