1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-08-05 14:50:27 +00:00

rust implementation

This commit is contained in:
goldenMetteyya 2018-10-13 10:04:19 -04:00 committed by Vincent Batts
parent 31734a1a0d
commit 07599ca283
6 changed files with 252 additions and 1 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "emojisum"
version = "0.0.1"
authors = ["hello@organism.ai"]
description = "Emoji based cheksums"
license = "Apache-2.0"
repository = "https://github.com/stichtingorganism/emojisum"
[dependencies]
blake2-rfc = "0.2"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"