Committing the current files prior to reformatting.
This commit is contained in:
parent
449ef9a149
commit
b51a93fc01
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,3 +1,17 @@
|
|||||||
target
|
# Ignore swap files from text editors.
|
||||||
Cargo.lock
|
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# Ignore compiled files.
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.rlib
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
# Ignore files/directories generated by Cargo.
|
||||||
|
/target/
|
||||||
|
|
||||||
|
# Remove Cargo.lock from gitignore if creating an executable,
|
||||||
|
# leave it for libraries.
|
||||||
|
# More information here: http://doc.crates.io/guide.html#cargotoml-vs-cargolock
|
||||||
|
#Cargo.lock
|
||||||
|
4
Cargo.lock
generated
Normal file
4
Cargo.lock
generated
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[root]
|
||||||
|
name = "sigils"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
@ -2,3 +2,11 @@
|
|||||||
name = "sigils"
|
name = "sigils"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
||||||
|
description = "A mathematics library."
|
||||||
|
license = ""
|
||||||
|
repository = "https://gitlab.com/CyberMages/sigils.git"
|
||||||
|
documentation = ""
|
||||||
|
keywords = ["sigils"]
|
||||||
|
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user