[package] name = "troll-rs" version = "0.1.0" edition = "2021" authors = ["Michaƫl Hauspie ", "Damien Amara "] license-file = "LICENSE" description = "A tool to help creating and building a Troll relocatable binary" repository = "https://gitlab.univ-lille.fr/2xs/pip/troll-rs.git" homepage = "https://gitlab.univ-lille.fr/2xs/pip/troll-rs" readme = "README.md" [[bin]] path = "src/main.rs" name = "troll-rs" [dependencies] anyhow = "1.0.81" cargo-scaffold = "0.12.0" clap = "4.5.2" elf = "0.7.4" thiserror = "1.0.61"