Skip to content

Commit 018e517

Browse files
committed
change: Migrate to Rust
1 parent e8831bc commit 018e517

File tree

18 files changed

+393
-479
lines changed

18 files changed

+393
-479
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.basalt/
2-
site/
1+
/target

.shellcheckrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

Bakefile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# shellcheck shell=bash
22

33
task.run() {
4-
./pkg/bin/choose "$@"
4+
./target/debug/choose "$@"
55
}

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[package]
2+
name = "choose"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]

LICENSE

Lines changed: 373 additions & 29 deletions
Large diffs are not rendered by default.

basalt.toml

Lines changed: 0 additions & 25 deletions
This file was deleted.
File renamed without changes.

convert.sh

Lines changed: 0 additions & 69 deletions
This file was deleted.

pkg/bin/choose

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)