crypto/build.sbt
Dima 3b7c2c3deb File storage with init info (#28)
* read and write ecdsa key into file

* file storage to F

* fix test

* add monad error

* header create

* store keys in json

* either -> try

* simplify config loading

* delete println

* comment fixes
2018-02-06 11:33:27 +03:00

12 lines
139 B
Scala

import SbtCommons._
commons
libraryDependencies ++= Seq(
cats1,
scodecBits,
bouncyCastle,
scalatest,
circeCore,
circeParser
)