diff --git a/Cargo.lock b/Cargo.lock index eef2fba..0b0c690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] -name = "flex" +name = "sabre" version = "0.0.1" + diff --git a/Cargo.toml b/Cargo.toml index 7733efe..41fa65e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "flex" +name = "sabre" version = "0.0.1" authors = ["Garrit Franke "] edition = "2018" diff --git a/examples/hello_world.fx b/examples/hello_world.sb similarity index 100% rename from examples/hello_world.fx rename to examples/hello_world.sb diff --git a/examples/math.fx b/examples/math.sb similarity index 100% rename from examples/math.fx rename to examples/math.sb