mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-10 13:10:21 +08:00
12 lines
279 B
TOML
12 lines
279 B
TOML
[package]
|
|
name = "aether-task-core"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Pure distributed task definitions, leases, and fencing contracts"
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|