aboutsummaryrefslogtreecommitdiff
path: root/crates/divina_config/Cargo.toml
blob: 690ae39406c94d807bb379922e511aa057b2b172 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "divina_config"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Divina's configuration system"
readme = "../../README.rst"
homepage = "https://divina.land"
repository = "https://github.com/divinaland/Divina"
license = "GPL-3.0-only"
keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"]
categories = ["config"]

[dependencies]
# Lua
rlua = "0.19.0"

# Utility
divina_util = { path = "../divina_util" }