Change name in Cargo.toml; Fix file structure

This commit is contained in:
Jeff 2023-08-28 09:51:44 -04:00
parent cf544d3c7e
commit 97ebe63f97
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dust" name = "dust-lang"
version = "0.3.0" version = "0.1.0"
description = "Data-oriented programming language and interactive shell." description = "Data-oriented programming language and interactive shell."
authors = ["jeff <dev@jeffa.io.com>"] authors = ["jeff <dev@jeffa.io.com>"]
repository = "https://git.jeffa.io/jeff/dust.git" repository = "https://git.jeffa.io/jeff/dust.git"