mirror of
https://github.com/trussed-dev/cosey.git
synced 2026-06-20 04:16:33 -07:00
Use published heapless-bytes
This commit is contained in:
+2
-5
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cosey"
|
||||
version = "0.1.0-unreleased"
|
||||
version = "0.1.0-alpha.0"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "Data types and serde for public COSE_Keys"
|
||||
@@ -11,12 +11,9 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
heapless-bytes = "0.1.0"
|
||||
serde_repr = "0.1"
|
||||
|
||||
[dependencies.heapless-bytes]
|
||||
git = "https://github.com/ycrypto/heapless-bytes"
|
||||
branch = "main"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0"
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user