mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-04 20:24:04 +00:00
18 lines
415 B
TOML
18 lines
415 B
TOML
[package]
|
|
name = "solana-curve25519-derive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
authors = ["Anza Cryptography Team"]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
description = "Proc-macro helpers for solana-curve25519 (forked from curve25519-derive)"
|
|
|
|
[lib]
|
|
name = "curve25519_derive"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.66"
|
|
quote = "1.0.31"
|
|
syn = { version = "2.0.27", features = ["full"] }
|