cbor: rename crate to sk-cbor
In anticipation of publishing to crates.io, which already has a `cbor` crate.
This commit is contained in:
committed by
kaczmarczyck
parent
f2812e4fe2
commit
7719078d46
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
libtock_core = { path = "third_party/libtock-rs/core" }
|
||||
libtock_drivers = { path = "third_party/libtock-drivers" }
|
||||
lang_items = { path = "third_party/lang-items" }
|
||||
cbor = { path = "libraries/cbor" }
|
||||
sk-cbor = { path = "libraries/cbor" }
|
||||
crypto = { path = "libraries/crypto" }
|
||||
persistent_store = { path = "libraries/persistent_store" }
|
||||
byteorder = { version = "1", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user