# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rust-on-rv32i" version = "0.0.14" description = "Bare metal port of rust on rv32i target" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/hubbsvtgc/rust-on-rv32i" [lib] name = "hal" path = "src/lib/lib.rs" [[bin]] name = "led-blink" path = "src/bin/led-blink.rs" [[bin]] name = "print" path = "src/bin/print.rs" [dependencies]