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.
sourceDirs
1 parent 7f0d209 commit 232d4a7Copy full SHA for 232d4a7
basalt.toml
@@ -1,5 +1,6 @@
1
[package]
2
-type = 'bash'
+lang = 'bash'
3
+type = 'lib'
4
name = 'bash-term'
5
description = 'Bash library for terminal escape sequences'
6
slug = ['term', 'btput']
@@ -9,7 +10,7 @@ authors = ['Edwin Kofler <edwin@kofler.dev>']
9
10
[run]
11
dependencies = ['https://github.com/hyperupcall/bash-core@v0.11.0']
12
binDirs = []
-sourceDirs = ['pkg/src/public']
13
+sourceDirs = ['pkg/src/public', 'pkg/src/util']
14
builtinDirs = []
15
completionDirs = []
16
manDirs = []
0 commit comments