diff --git a/Cargo.toml b/Cargo.toml index 2c19fde..529eb13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aspiration" +name = "ambition" version = "0.1.0" edition = "2021" diff --git a/flake.nix b/flake.nix index ccbcdb7..838de34 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Rust development environment for Aspiration using fenix"; + description = "Rust development environment for Ambition using fenix"; inputs = { fenix = { @@ -36,7 +36,7 @@ inherit (toolchain) cargo rustc; }) .buildRustPackage { - pname = "aspiration"; + pname = "ambition"; version = "0.1.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock;