14 lines
444 B
TOML
14 lines
444 B
TOML
[package]
|
|
name = "titan"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "Engine layer of the scroll server: byte streams, checksum encoder, logic primitives, message framing and stream ciphers"
|
|
|
|
[dependencies]
|
|
titan-derive = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
inventory = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|