32 lines
No EOL
669 B
TOML
32 lines
No EOL
669 B
TOML
[package]
|
|
name = "website-shared"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
toml.workspace = true
|
|
thiserror.workspace = true
|
|
walkdir.workspace = true
|
|
|
|
# Rustelo foundation
|
|
rustelo_core_lib.workspace = true
|
|
|
|
[build-dependencies]
|
|
build-config = { path = "../build-config" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
toml.workspace = true
|
|
walkdir.workspace = true
|
|
sha2.workspace = true
|
|
|
|
# Use new PAP-compliant manifest system
|
|
rustelo_utils.workspace = true
|
|
|
|
[lib]
|
|
name = "website_shared"
|
|
path = "src/lib.rs" |