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

[dependencies]
# Configuration
divina_config = { version = "0.1.0", path = "../divina_config" }

# Command-line
shellfn = "0.1.1"