darkforge 0.1.0

Dark Forge is a library and extension for Godot engine that implements the Blades in the Dark SRD by One Seven Design.
Documentation
[package]
name = "darkforge"
version.workspace = true
authors.workspace = true
categories.workspace = true
keywords.workspace = true
edition.workspace = true
rust-version.workspace = true
description.workspace = true
documentation.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
publish = true

[lints]
workspace = true

[dependencies]
darkforge_rng.workspace = true
rand = "0.9.0"
thiserror = "2.0.12"

[dev-dependencies]
rstest = "0.25.0"