637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
16 lines
295 B
TOML
16 lines
295 B
TOML
[package]
|
|
name = "cargo-spellcheck"
|
|
version = "0.1.0"
|
|
|
|
#TODO Not compiled or tested
|
|
#TODO determine what llvm variant is needed
|
|
[source]
|
|
git = "https://github.com/drahnr/cargo-spellcheck"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
#dependencies = [
|
|
# "llvm21",
|
|
# "llvm21.runtime",
|
|
#]
|