mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 12:29:57 +00:00
Compare commits
3 Commits
0b2ec0e84c
...
6dd3ec76e9
Author | SHA1 | Date | |
---|---|---|---|
|
6dd3ec76e9 | ||
|
af901602e8 | ||
|
c98341029d |
@ -15,7 +15,8 @@ taxonomies = [
|
||||
[link_checker]
|
||||
skip_prefixes = [
|
||||
"https://play.esea.net",
|
||||
"https://letsplay.live"
|
||||
"https://letsplay.live",
|
||||
"https://twitter.com"
|
||||
]
|
||||
|
||||
[extra]
|
||||
|
@ -1,17 +1,32 @@
|
||||
status = { experimental = "red", development = "orange", published = "green" }
|
||||
|
||||
###############################################################################
|
||||
# Rust
|
||||
|
||||
[project.rust-badgen]
|
||||
lang = "rust"
|
||||
crate = "badgen"
|
||||
status = "development"
|
||||
status = "published"
|
||||
github = "avitex/rust-badgen"
|
||||
|
||||
[project.rust-dangerous]
|
||||
lang = "rust"
|
||||
crate = "dangerous"
|
||||
status = "development"
|
||||
status = "published"
|
||||
github = "avitex/rust-dangerous"
|
||||
|
||||
[project.rust-zc]
|
||||
lang = "rust"
|
||||
crate = "zc"
|
||||
status = "published"
|
||||
github = "avitex/rust-zc"
|
||||
|
||||
[project.rust-aliasable]
|
||||
lang = "rust"
|
||||
crate = "aliasable"
|
||||
status = "published"
|
||||
github = "avitex/rust-aliasable"
|
||||
|
||||
[project.rust-arae]
|
||||
lang = "rust"
|
||||
crate = "arae"
|
||||
@ -21,7 +36,7 @@ github = "avitex/rust-arae"
|
||||
[project.rust-dnscat]
|
||||
lang = "rust"
|
||||
crate = "dnscat"
|
||||
status = "development"
|
||||
status = "published"
|
||||
github = "avitex/rust-dnscat"
|
||||
|
||||
[project.rust-public-ip]
|
||||
@ -54,12 +69,6 @@ crate = "aliasable_deref_trait"
|
||||
status = "published"
|
||||
github = "avitex/rust-aliasable-deref-trait"
|
||||
|
||||
[project.rust-shared-box]
|
||||
lang = "rust"
|
||||
crate = "shared-box"
|
||||
status = "development"
|
||||
github = "avitex/rust-shared-box"
|
||||
|
||||
[project.rust-feast]
|
||||
lang = "rust"
|
||||
crate = "feast"
|
||||
@ -72,6 +81,9 @@ crate = "battlelayer"
|
||||
status = "development"
|
||||
github = "avitex/battlelayer"
|
||||
|
||||
###############################################################################
|
||||
# Elixir
|
||||
|
||||
[project.elixir-glicko]
|
||||
lang = "elixir"
|
||||
hex = "glicko"
|
||||
|
Loading…
Reference in New Issue
Block a user