Prepare for push

- last-minute rename
- extended manifest
- updated readme
This commit is contained in:
2023-05-26 15:53:34 +01:00
parent fdf18e6ff8
commit 6b71164aca
4 changed files with 19 additions and 11 deletions

View File

@@ -1,13 +1,17 @@
[package]
name = "orchid"
name = "orchidlang"
version = "0.2.1"
edition = "2021"
license = "AGPL-3.0-or-later"
repository = "https://github.com/lbfalvy/orchid"
description = """
An embeddable pure functional scripting language
"""
authors = [
"Lawrence Bethlenfalvy <lbfalvy@protonmail.com>"
]
[lib]
name = "orchid"
path = "src/lib.rs"
[[bin]]