2022-10-04 22:56:49 -06:00
|
|
|
|
const CONTRIBUTORS: &str = r#"
|
2022-11-06 08:30:21 -07:00
|
|
|
|
avinassh (@avinassh)
|
|
|
|
|
b3nj5m1n (@b3nj5m1n)
|
|
|
|
|
bl-ue (@bl-ue)
|
|
|
|
|
Benjamin Vergnaud (@bvergnaud)
|
|
|
|
|
Brad Robel-Forrest (@bradrf)
|
|
|
|
|
Bruce Huang (@helbing)
|
|
|
|
|
c-14 (@c-14)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
ConradLudate (@conradludgate)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
CosmicHorror (@LovecraftianHorror)
|
|
|
|
|
Daniel (@daniel0611)
|
|
|
|
|
DanielAtCosmicDNA (@DanielAtCosmicDNA)
|
|
|
|
|
Ellie Huxtable (@ellie)
|
|
|
|
|
Eric Crosson (@EricCrosson)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Frank Hamand (@frankh)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Herby Gillot (@herbygillot)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Ian Smith (@ismith)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Ilkin Bayramli (@ibayramli)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Jakob Schrettenbrunner (@schrej)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Jakub Jirutka (@jirutka)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Jakub Panek (@panekj)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Jamie Quigley (@Sciencentistguy)
|
|
|
|
|
Jannik (@mozzieongit)
|
|
|
|
|
jean-santos (@jean-santos)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Jerome Ducret (@DucretJe)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Klas Mellbourn (@Mellbourn)
|
|
|
|
|
Laurent le Beau-Martin (@laurentlbm)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
lchausmann (@lchausmann)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Lucas Burns (@lmburns)
|
|
|
|
|
Lucy (@Absolucy)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Luke Baker (@lukebaker)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Manel Vilar (@manelvf)
|
|
|
|
|
Mark Wotton (@mwotton)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Martin Indra (@Indy2222)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
Mat Jones (@mrjones2014)
|
|
|
|
|
mb6ockatf (@mb6ockatf)
|
|
|
|
|
Michael Bianco (@iloveitaly)
|
2022-10-04 22:56:49 -06:00
|
|
|
|
Michael Mior (@michaelmior)
|
2022-11-06 08:30:21 -07:00
|
|
|
|
morguldir (@morguldir)
|
|
|
|
|
mundry (@mundry)
|
|
|
|
|
networkException (@networkException)
|
|
|
|
|
Noyzen (@noyez)
|
|
|
|
|
Omer Katz (@thedrow)
|
|
|
|
|
Orhun Parmaksız (@orhun)
|
|
|
|
|
Patrick (@pmarschik)
|
|
|
|
|
Patrick Jackson (@patricksjackson)
|
|
|
|
|
Plamen Dimitrov (@pevogam)
|
|
|
|
|
Sam Edwards (@dotsam)
|
|
|
|
|
Sam Lanning (@s0)
|
|
|
|
|
Sandro (@SuperSandro2000)
|
|
|
|
|
Satyarth Sampath (@notsatyarth)
|
|
|
|
|
Simon Elsbrock (@elsbrock)
|
|
|
|
|
TymanWasTaken (@TymanWasTaken)
|
|
|
|
|
Ubiquitous Photon (@UbiquitousPhoton)
|
|
|
|
|
Violet (@shreve)
|
|
|
|
|
Will Fancher (@ElvishJerricco)
|
|
|
|
|
wpbrz (@wpbrz)
|
|
|
|
|
xfzv (@xfzv)
|
|
|
|
|
Yuvi Panda (@yuvipanda)
|
|
|
|
|
ZhiHong Li (@OnePieceJoker)
|
|
|
|
|
"#;
|
2022-10-04 22:56:49 -06:00
|
|
|
|
|
|
|
|
|
pub fn run() {
|
2022-12-16 11:37:45 -07:00
|
|
|
|
println!("{CONTRIBUTORS}");
|
2022-10-04 22:56:49 -06:00
|
|
|
|
}
|