Added base files

This commit is contained in:
2022-08-09 13:23:30 +02:00
commit 94f814dd11
9 changed files with 67 additions and 0 deletions

8
examples/base/Cargo.toml Normal file
View 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]

View File

@@ -0,0 +1,3 @@
# yaml-language-server: $schema=../../schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}