Meh, that was dumb.
parent
21e67e04ca
commit
4a1a690373
@ -0,0 +1,2 @@
|
||||
[core]
|
||||
hooksPath = .githooks
|
||||
@ -1,5 +0,0 @@
|
||||
/target
|
||||
|
||||
# Web build artifacts
|
||||
/platforms/web/*.js
|
||||
/platforms/web/*.wasm
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "obrc"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Reference in New Issue