lead_lang_std 0.0.2

Standard Package of the Lead Programming Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lead_lang_std"
version = "0.0.2"
edition = "2021"
description = "Standard Package of the Lead Programming Language"
license = "MIT"

[lib]
name = "lead_std"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lead_lang_interpreter = "0.0.1"