mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
17 lines
382 B
TOML
17 lines
382 B
TOML
[package]
|
|
name = "transcript-trait"
|
|
version = "0.1.0"
|
|
description = "A simple transcript trait definition"
|
|
license = "MIT"
|
|
repository = "https://github.com/serai-dex/serai"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = ["transcript"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
digest = "0.10"
|
|
|
|
merlin = { version = "3", optional = true }
|
|
|
|
[features]
|
|
merlin = ["dep:merlin"]
|