Skip to content

Commit

Permalink
Initial upload and release for master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Pride authored and Ian Pride committed Dec 19, 2020
1 parent d5c8588 commit af880d3
Show file tree
Hide file tree
Showing 10 changed files with 757 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*.rs linguist-detectable=true
*.bin linguist-detectable=false
*.d linguist-detectable=false
*.o linguist-detectable=false
*.sh linguist-detectable=false
*.toml linguist-detectable=false
*.rmeta linguist-detectable=false
*.lock linguist-detectable=false
*.json linguist-detectable=false
*.timestamp linguist-detectable=false
*.xml linguist-detectable=false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.code-workspace
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "blackhosts"
version = "0.1.0"
authors = ["flux"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# easy = "0.1.1
curl = "0.4.34"
recolored = "1.9.3"
regex = "1.4.2"
md5 = "0.7.0"
Loading

0 comments on commit af880d3

Please sign in to comment.