mirror of
https://github.com/emojisum/emojisum.git
synced 2025-08-05 14:50:27 +00:00
rust implementation
This commit is contained in:
parent
31734a1a0d
commit
07599ca283
6 changed files with 252 additions and 1 deletions
13
contrib/emojisum-rs/Cargo.toml
Normal file
13
contrib/emojisum-rs/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue