Skip to content

Commit 44d9736

Browse files
duguorong009ndrwnaguib
authored andcommittedNov 22, 2024·
chore: create "lib.rs" & update ".gitignore"
1 parent c299a14 commit 44d9736

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by Cargo
22
# will have compiled files and executables
3-
/target/
3+
target/
44

55
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

‎core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod number;

0 commit comments

Comments
 (0)
Please sign in to comment.