mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
16 lines
454 B
TOML
16 lines
454 B
TOML
[package]
|
|
name = "edlang"
|
|
version = "0.1.0"
|
|
authors = ["Edgar Luque <edgar@edgarluque.com>"]
|
|
description = "A experimental language using LLVM."
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
keywords = ["llvm", "compiler"]
|
|
license = "AGPL-3.0-only"
|
|
categories = ["compilers"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
edlang_driver = { version = "0.1.0", path = "../../lib/edlang_driver" }
|