parent
7fe00c6e22
commit
43c3cbd457
33 changed files with 402 additions and 450 deletions
17
pallas-codec/Cargo.toml
Normal file
17
pallas-codec/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "pallas-codec"
|
||||
description = "Pallas common CBOR encoding interface and utilities"
|
||||
version = "0.7.0-alpha.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
documentation = "https://docs.rs/pallas-codec"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
"Santiago Carmuega <santiago@carmuega.me>"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
minicbor = { version = "0.14", features = ["std", "half", "derive"] }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue