17 lines
486 B
Plaintext
17 lines
486 B
Plaintext
# SPDX-FileCopyrightText: 2025 William Bell
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
[submodule "external/xxhash"]
|
|
path = external/xxhash
|
|
url = https://github.com/Cyan4973/xxHash.git
|
|
[submodule "external/cwalk"]
|
|
path = external/cwalk
|
|
url = https://github.com/likle/cwalk.git
|
|
[submodule "external/libdye"]
|
|
path = external/libdye
|
|
url = https://github.com/Ugric/libdye.git
|
|
[submodule "external/linenoise"]
|
|
path = external/linenoise
|
|
url = https://github.com/antirez/linenoise
|