mirror of
https://github.com/atom/atom.git
synced 2026-01-28 08:18:16 -05:00
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"name": "language-rust-bundled",
|
|
"version": "0.1.0",
|
|
"description": "Rust support for Atom",
|
|
"keywords": [
|
|
"language",
|
|
"grammar",
|
|
"rust"
|
|
],
|
|
"repository": "https://github.com/atom/atom",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tree-sitter-rust": "^0.13.5"
|
|
},
|
|
"engines": {
|
|
"atom": ">=1.0.0 <2.0.0"
|
|
}
|
|
}
|