mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-16 09:15:02 +01:00
wip
This commit is contained in:
parent
c5621b3794
commit
c5118b9daf
6 changed files with 146 additions and 0 deletions
7
cargo_tests/a/Cargo.lock
generated
Normal file
7
cargo_tests/a/Cargo.lock
generated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "a"
|
||||
version = "0.1.0"
|
||||
9
cargo_tests/a/Cargo.toml
Normal file
9
cargo_tests/a/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "a"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
[workspace]
|
||||
3
cargo_tests/a/src/main.rs
Normal file
3
cargo_tests/a/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub struct A {}
|
||||
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue