Add rust-mode support
This commit is contained in:
parent
ae7090a509
commit
73a01409c2
4 changed files with 51 additions and 3 deletions
5
private/templates/rust-mode/@@Cargo.toml
Normal file
5
private/templates/rust-mode/@@Cargo.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[package]
|
||||
name = "${1:Project Name}"
|
||||
version = "0.0.1"
|
||||
authors = [ "`user-full-name` <`user-mail-address`>" ]
|
||||
$0
|
5
private/templates/rust-mode/@@main.rs
Normal file
5
private/templates/rust-mode/@@main.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use std::io;
|
||||
|
||||
fn main() {
|
||||
${0:println!("Hello, world!");}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue