generated from ElnuDev/rust-project
parent
dad460ad37
commit
7c043e8357
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"rust-analyzer.linkedProjects": [
|
"rust-analyzer.linkedProjects": [
|
||||||
"./tatoeba/Cargo.toml",
|
"./tatoeba/Cargo.toml",
|
||||||
|
"./images/Cargo.toml",
|
||||||
"./utils/Cargo.toml"
|
"./utils/Cargo.toml"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -1,2 +1,2 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = ["tatoeba", "utils"]
|
members = ["tatoeba", "images", "utils"]
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
[package]
|
||||||
|
name = "images"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# 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!");
|
||||||
|
}
|
Loading…
Reference in new issue