interlinked/gegl/Cargo.toml

25 lines
470 B
TOML
Raw Normal View History

2024-01-23 12:52:24 +00:00
# https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "gegl"
description = "GEGL data structure library for Rust."
2024-01-24 14:39:12 +00:00
repository = "https://git.bauke.xyz/driftingnebula/interlinked"
2024-01-23 12:52:24 +00:00
license = "AGPL-3.0-or-later"
version = "0.0.0"
authors = ["Bauke <me@bauke.xyz>"]
edition = "2021"
readme = "../README.md"
[lib]
path = "source/lib.rs"
[lints]
workspace = true
[dependencies]
2024-01-29 18:07:33 +00:00
indexmap = "2.2.1"
paste = "1.0.14"
2024-01-23 12:52:24 +00:00
[dev-dependencies]
insta = "1.34.0"