Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| adb43ca60f | |||
| 377fdccd63 |
@@ -449,3 +449,8 @@ FodyWeavers.xsd
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "focus-point"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user