mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-05 23:05:57 +00:00
Add Cargo package
This commit is contained in:
commit
0fc6cec0d9
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Cargo
|
||||||
|
/target
|
5
Cargo.lock
generated
Normal file
5
Cargo.lock
generated
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
|
[[package]]
|
||||||
|
name = "fornjot"
|
||||||
|
version = "0.1.0"
|
5
Cargo.toml
Normal file
5
Cargo.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[package]
|
||||||
|
name = "fornjot"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Hanno Braun <hb@hannobraun.de>"]
|
||||||
|
edition = "2018"
|
3
src/main.rs
Normal file
3
src/main.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user