15 lines
405 B
TOML
15 lines
405 B
TOML
[package]
|
|
name = "pivot"
|
|
version = "0.1.0"
|
|
authors = ["Garen Tyler <garentyler@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Pivot is a new programming language built with Rust by Garen Tyler. Pivot is currently in the alpha stage of development."
|
|
license = "MIT"
|
|
repository = "https://github.com/garentyler/pivot"
|
|
|
|
[dependencies]
|
|
ron = "0.6.2"
|
|
serde = "1.0.117"
|
|
wat = "1.0.29"
|
|
nyst = { path = "../nyst" }
|