File tree 5 files changed +14
-0
lines changed
5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " alloc"
4
4
version = " 0.0.0"
5
+ license = " MIT OR Apache-2.0"
6
+ repository = " https://github.com/rust-lang/rust.git"
7
+ description = " The Rust core allocation and collections library"
5
8
autotests = false
6
9
autobenches = false
7
10
edition = " 2018"
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " core"
4
4
version = " 0.0.0"
5
+ license = " MIT OR Apache-2.0"
6
+ repository = " https://github.com/rust-lang/rust.git"
7
+ description = " The Rust Core Library"
5
8
autotests = false
6
9
autobenches = false
7
10
edition = " 2018"
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " panic_abort"
4
4
version = " 0.0.0"
5
+ license = " MIT OR Apache-2.0"
6
+ repository = " https://github.com/rust-lang/rust.git"
7
+ description = " Implementation of Rust panics via process aborts"
5
8
edition = " 2018"
6
9
7
10
[lib ]
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " panic_unwind"
4
4
version = " 0.0.0"
5
+ license = " MIT OR Apache-2.0"
6
+ repository = " https://github.com/rust-lang/rust.git"
7
+ description = " Implementation of Rust panics via stack unwinding"
5
8
edition = " 2018"
6
9
7
10
[lib ]
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " unwind"
4
4
version = " 0.0.0"
5
+ license = " MIT OR Apache-2.0"
6
+ repository = " https://github.com/rust-lang/rust.git"
5
7
edition = " 2018"
6
8
include = [
7
9
' /libunwind/*' ,
You can’t perform that action at this time.
0 commit comments