Creation of jaby_engine_fconv
This commit is contained in:
10
src/Tools/jaby_engine_fconv/Cargo.toml
Normal file
10
src/Tools/jaby_engine_fconv/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "jaby_engine_fconv"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "*", features = ["derive"]}
|
||||
tool_helper = {path = "../tool_helper"}
|
8
src/Tools/jaby_engine_fconv/src/lib.rs
Normal file
8
src/Tools/jaby_engine_fconv/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
let result = 2 + 2;
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
}
|
3
src/Tools/jaby_engine_fconv/src/main.rs
Normal file
3
src/Tools/jaby_engine_fconv/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Blubb!");
|
||||
}
|
Reference in New Issue
Block a user