[package]
edition = "2024"
name = "devotee-backend"
version = "0.2.0-beta.8"
authors = [
"PSUAN collective",
"Hara Red <rtc6fg4.fejg2@gmail.com>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend library specification for the devotee project"
homepage = "https://github.com/PSUAN/devotee"
documentation = "https://docs.rs/devotee-backend"
readme = "README.md"
keywords = [
"gamedev",
"graphics",
]
categories = ["game-engines"]
license = "MIT"
repository = "https://github.com/PSUAN/devotee"
[lib]
name = "devotee_backend"
path = "src/lib.rs"