Skip to content

Commit 0485f0a

Browse files
committed
init cryptonote
1 parent 682d405 commit 0485f0a

File tree

25 files changed

+5823
-0
lines changed

25 files changed

+5823
-0
lines changed

rust/cryptonote/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
tarpaulin-report.html
2+
lcov.info
3+
4+
# Generated by Cargo
5+
# will have compiled files and executables
6+
/target
7+
.DS_Store
8+
9+
# These are backup files generated by rustfmt
10+
**/*.rs.bk
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"rust-analyzer.cargo.features": ["serde", "diesel"]
3+
}

0 commit comments

Comments
 (0)