chore(rust): init rust project
This commit is contained in:
parent
4dc2e03e3b
commit
ffd202560b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/target
|
||||||
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[package]
|
||||||
|
name = "thek4n-ru"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2024"
|
||||||
|
authors = ["Vladislav Kan <thek4n@yandex.ru>"]
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
@ -36,6 +36,10 @@ showkey-text.ru = "Показать ключ"
|
|||||||
|
|
||||||
availat-text.en = "Available at"
|
availat-text.en = "Available at"
|
||||||
availat-text.ru = "Доступен по"
|
availat-text.ru = "Доступен по"
|
||||||
|
|
||||||
|
copied-text.en = "Copied!"
|
||||||
|
copied-text.ru = "Скопировано!"
|
||||||
|
|
||||||
value = '''
|
value = '''
|
||||||
asdfasdf
|
asdfasdf
|
||||||
asdfasdf
|
asdfasdf
|
||||||
3
src/main.rs
Normal file
3
src/main.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user