We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a411ab9 commit a03727aCopy full SHA for a03727a
official/qu/ic/quicknav.toml
@@ -0,0 +1,20 @@
1
+[info]
2
+name = "quicknav"
3
+description = "A way to quickly navigate your filesystem from the command line."
4
+authors = ["MrDogeBro"]
5
+repo_owner = "MrDogeBro"
6
+repo_name = "quicknav"
7
+license = "MIT"
8
+version_prefix = "v"
9
+
10
+[dist]
11
+types = ["bin", "source"]
12
+depends = ["rust"]
13
14
+[dist.bin]
15
+file_name = "quicknav"
16
17
+[dist.build]
18
+depends = []
19
+output_file = "target/release/quicknav"
20
+commands = ["cargo build --release --all-features"]
official/qu/ic/quicknav.yaml
0 commit comments