Added base files
This commit is contained in:
8
examples/base/Cargo.toml
Normal file
8
examples/base/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "base"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
3
examples/base/cuddle.yaml
Normal file
3
examples/base/cuddle.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
# yaml-language-server: $schema=../../schemas/base.json
|
||||
|
||||
base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
|
3
examples/base/src/main.rs
Normal file
3
examples/base/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user