mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-10 21:05:01 +00:00
22 lines
No EOL
553 B
TOML
22 lines
No EOL
553 B
TOML
[package]
|
|
name = "cuprate-types"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
description = "Cuprate data types"
|
|
license = "MIT"
|
|
authors = ["hinto-janai"]
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/types"
|
|
keywords = ["cuprate", "types"]
|
|
|
|
[features]
|
|
default = ["blockchain"]
|
|
blockchain = []
|
|
|
|
[dependencies]
|
|
curve25519-dalek = { workspace = true }
|
|
monero-serai = { workspace = true }
|
|
|
|
serde = { workspace = true, optional = true }
|
|
borsh = { workspace = true, optional = true }
|
|
|
|
[dev-dependencies] |