15 lines
452 B
TOML
15 lines
452 B
TOML
[package]
|
|
name = "epiphany-textproj"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
description = "The Epiphany Text Projection companion: the canonical s-expression document representation and its strict bundle round trip."
|
|
|
|
[dependencies]
|
|
epiphany-determinism.workspace = true
|
|
epiphany-core.workspace = true
|
|
epiphany-bundle.workspace = true
|
|
epiphany-ops.workspace = true
|