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.
12 lines
243 B
TOML
12 lines
243 B
TOML
[package]
|
|
name = "rust-to-npm"
|
|
version = "0.1.0"
|
|
|
|
#TODO compiled but not tested (after cargo update)
|
|
[source]
|
|
git = "https://github.com/a11ywatch/rust-to-npm"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
cargopackages = ["rust-to-npm-cli"]
|