Committing the current files prior to reformatting.
This commit is contained in:
parent
e52418d3bf
commit
c655eca358
19
.gitignore
vendored
19
.gitignore
vendored
@ -1,2 +1,17 @@
|
|||||||
target
|
# Ignore swap files from text editors.
|
||||||
Cargo.lock
|
*.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 = "scribe"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
@ -2,3 +2,8 @@
|
|||||||
name = "scribe"
|
name = "scribe"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
||||||
|
description = "Handles logging."
|
||||||
|
license = ""
|
||||||
|
repository = "https://gitlab.com/CyberMages/scribe.git"
|
||||||
|
documentation = ""
|
||||||
|
keywords = ["scribe", "logging"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user