Skip to content

Commit 232d4a7

Browse files
committed
meta: Add 'util' directory to sourceDirs
1 parent 7f0d209 commit 232d4a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

basalt.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
2-
type = 'bash'
2+
lang = 'bash'
3+
type = 'lib'
34
name = 'bash-term'
45
description = 'Bash library for terminal escape sequences'
56
slug = ['term', 'btput']
@@ -9,7 +10,7 @@ authors = ['Edwin Kofler <[email protected]>']
910
[run]
1011
dependencies = ['https://github.com/hyperupcall/[email protected]']
1112
binDirs = []
12-
sourceDirs = ['pkg/src/public']
13+
sourceDirs = ['pkg/src/public', 'pkg/src/util']
1314
builtinDirs = []
1415
completionDirs = []
1516
manDirs = []

0 commit comments

Comments
 (0)