Rustelo/features/content-graph/Cargo.toml

15 lines
217 B
TOML
Raw Normal View History

2026-07-18 20:14:32 +01:00
[package]
name = "content-graph"
version = "0.1.0"
edition = "2021"
[workspace]
[lib]
path = "src/lib.rs"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
glob = "0.3"