Skip to content
Snippets Groups Projects
Commit 01e54693 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

Cargo template

parent 6bae18e0
No related branches found
No related tags found
No related merge requests found
/target
Cargo.lock
[package]
name = "demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
let result = 2 + 2;
assert_eq!(result, 4);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment