8 lines
298 B
TOML
8 lines
298 B
TOML
[package]
|
|
name = "pivot"
|
|
version = "0.1.0"
|
|
authors = ["Garen Tyler <garentyler@garen.dev>"]
|
|
edition = "2018"
|
|
description = "Pivot is a new programming language built with Rust. Pivot is currently in the alpha stage of development."
|
|
license = "MIT"
|
|
repository = "https://github.com/garentyler/pivot" |