Skip to content
Snippets Groups Projects
Select Git revision
  • 19342502a060a458a89d4a5a7ad76ee897e24c67
  • master default protected
2 results

Cargo.lock

Blame
  • Cargo.lock 8.71 KiB
    [[package]]
    name = "aligned"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    [[package]]
    name = "bare-metal"
    version = "0.2.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    dependencies = [
     "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
    ]
    
    [[package]]
    name = "bit_field"
    version = "0.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    [[package]]
    name = "cortex-m"
    version = "0.5.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    dependencies = [
     "aligned 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
     "bare-metal 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
     "volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
    ]
    
    [[package]]
    name = "cortex-m-rt"
    version = "0.6.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    dependencies = [
     "cortex-m-rt-macros 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
     "r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
    ]
    
    [[package]]
    name = "cortex-m-rt-macros"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    dependencies = [
     "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
     "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
     "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
     "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)",
    ]
    
    [[package]]
    name = "daredevil-small"
    version = "0.1.0"
    dependencies = [
     "cortex-m 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
     "cortex-m-rt 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
     "embedded_types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
     "panic-halt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
     "s32k144 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
     "s32k144evb 0.7.0",
    ]
    
    [[package]]
    name = "embedded_types"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    [[package]]
    name = "panic-halt"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"