mirror of
https://github.com/Swatinem/rust-cache.git
synced 2026-05-09 05:40:29 +00:00
Cache multiple target directories from 'target-dir'
This commit is contained in:
committed by
Arpad Borsos
parent
fa61956921
commit
260a713186
9
wasm-workspace/crates/two/Cargo.toml
Normal file
9
wasm-workspace/crates/two/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "wasm-two"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = "3"
|
||||
3
wasm-workspace/crates/two/src/main.rs
Normal file
3
wasm-workspace/crates/two/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user