diff --git a/Cargo.toml b/Cargo.toml index 019a20a..a78f293 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "dust" -version = "0.3.0" +name = "dust-lang" +version = "0.1.0" description = "Data-oriented programming language and interactive shell." authors = ["jeff "] repository = "https://git.jeffa.io/jeff/dust.git" diff --git a/src/main.rs b/src/bin/dust.rs similarity index 100% rename from src/main.rs rename to src/bin/dust.rs