From c6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 15 Jul 2024 08:55:57 +0200 Subject: Add the notion of mapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mappings and segments are fundamental blocks on how code is distributed both on the actual ROM File and in the memory layout. Signed-off-by: Miquel Sabaté Solà --- crates/ngrep/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/ngrep/Cargo.toml (limited to 'crates/ngrep/Cargo.toml') diff --git a/crates/ngrep/Cargo.toml b/crates/ngrep/Cargo.toml new file mode 100644 index 0000000..d206cc7 --- /dev/null +++ b/crates/ngrep/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "ngrep" +version = "0.0.1" +authors = ["Miquel Sabaté Solà "] +edition = "2021" + +[dependencies] +xixanta.workspace = true -- cgit v1.2.3