mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-06 10:59:28 +00:00
16 lines
294 B
TOML
16 lines
294 B
TOML
|
[package]
|
||
|
name = "transcript"
|
||
|
version = "0.1.0"
|
||
|
description = "A simple transcript definition"
|
||
|
license = "MIT"
|
||
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
digest = "0.10"
|
||
|
|
||
|
merlin = { version = "3", optional = true }
|
||
|
|
||
|
[features]
|
||
|
merlin = ["dep:merlin"]
|