Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]
name = "yurtc"
path = "src/lib.rs"

[package]
description = "Yurt Compiler"
edition = "2021"
homepage = "https://essential.builders/"
license = "Apache-2.0"
name = "yurtc"
repository = "https://github.com/mohammadfawaz/yurtc"
version = "0.0.0"