mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 00:07:55 +00:00
19 lines
No EOL
438 B
TOML
19 lines
No EOL
438 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 }
|
|
|
|
[dev-dependencies] |