8 lines
239 B
TOML
8 lines
239 B
TOML
[package]
|
|
name = "vessel"
|
|
version.workspace = true
|
|
edition = "2024"
|
|
description = "A context propogation struct. Carries cancellation, and other useful items transparently through an application"
|
|
readme = "../../README.md"
|
|
license = "MIT"
|