mirror of
https://github.com/garentyler/inferno.git
synced 2025-07-19 11:50:41 -06:00
14 lines
302 B
TOML
14 lines
302 B
TOML
[package]
|
|
name = "inferno-protocol"
|
|
description = "The Inferno protocol implemented in a network-agnostic way"
|
|
build = "build.rs"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
|