Skip to content

Commit

Permalink
Update dev-development
Browse files Browse the repository at this point in the history
  • Loading branch information
zos authored and bokdeuk-jeong committed Oct 30, 2023
1 parent 032588a commit 0697a7b
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions doc/dev-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
## Islet RMM dependencies
| Name | Type | License | URL |
| --------------------- | ---------- | ----------------- | --------------------------------------------------- |
| bitflags | runtime | MIT/Apache-2.0 | https://github.com/bitflags/bitflags |
| cc | build time | MIT OR Apache-2.0 | https://github.com/rust-lang/cc-rs |
| hashbrown | runtime | MIT OR Apache-2.0 | https://github.com/rust-lang/hashbrown |
| lazy_static | runtime | MIT/Apache-2.0 | https://github.com/rust-lang-nursery/lazy-static.rs |
| linked_list_allocator | runtime | Apache-2.0/MIT | https://github.com/phil-opp/linked-list-allocator |
| lock_api | runtime | MIT OR Apache-2.0 | https://github.com/Amanieu/parking_lot |
| log | runtime | MIT OR Apache-2.0 | https://github.com/rust-lang/log |
| spin | runtime | MIT | https://github.com/mvdnes/spin-rs.git |
| spinning_top | runtime | MIT/Apache-2.0 | https://github.com/rust-osdev/spinning_top |
| Name | Type | License | URL |
|-----------------------|------------|---------------------------|----------------------------------------------------------------|
| bitflags | runtime | MIT/Apache-2.0 | https://github.com/bitflags/bitflags |
| cc | build time | MIT OR Apache-2.0 | https://github.com/rust-lang/cc-rs |
| ciborium | runtime | Apache-2.0 | https://github.com/enarx/ciborium |
| coset | runtime | Apache-2.0 | https://github.com/google/coset |
| ecdsa | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/signatures/tree/master/ecdsa |
| hashbrown | runtime | MIT OR Apache-2.0 | https://github.com/rust-lang/hashbrown |
| hex | runtime | MIT OR Apache-2.0 | https://github.com/KokaKiwi/rust-hex |
| lazy_static | runtime | MIT/Apache-2.0 | https://github.com/rust-lang-nursery/lazy-static.rs |
| linked_list_allocator | runtime | Apache-2.0/MIT | https://github.com/phil-opp/linked-list-allocator |
| lock_api | runtime | MIT OR Apache-2.0 | https://github.com/Amanieu/parking_lot |
| log | runtime | MIT OR Apache-2.0 | https://github.com/rust-lang/log |
| p384 | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p384 |
| sha2 | runtime | MIT OR Apache-2.0 | https://github.com/RustCrypto/hashes |
| spin | runtime | MIT | https://github.com/mvdnes/spin-rs.git |
| spinning_top | runtime | MIT/Apache-2.0 | https://github.com/rust-osdev/spinning_top |
| tinyvec | runtime | Zlib OR Apache-2.0 OR MIT | https://github.com/Lokathor/tinyvec |

## Islet SDK dependencies
| Name | Type | License | URL |
Expand Down

0 comments on commit 0697a7b

Please sign in to comment.