зеркало из https://github.com/mozilla/bug-status.git
Initial revision.
This commit is contained in:
Коммит
ec57045ec9
|
@ -0,0 +1 @@
|
|||
/target
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "bug-status"
|
||||
version = "0.1.0"
|
||||
authors = ["Blake Winton <bwinton@latte.ca>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Загрузка…
Ссылка в новой задаче