summaryrefslogtreecommitdiff
path: root/rust/leap/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'rust/leap/.exercism/config.json')
-rw-r--r--rust/leap/.exercism/config.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/rust/leap/.exercism/config.json b/rust/leap/.exercism/config.json
new file mode 100644
index 0000000..d02f64b
--- /dev/null
+++ b/rust/leap/.exercism/config.json
@@ -0,0 +1,50 @@
+{
+ "authors": [
+ "EduardoBautista"
+ ],
+ "contributors": [
+ "andrewclarkson",
+ "andy5995",
+ "ashleygwilliams",
+ "ClashTheBunny",
+ "coriolinus",
+ "cwhakes",
+ "darnuria",
+ "EduardoBautista",
+ "efx",
+ "Emerentius",
+ "ErikSchierboom",
+ "hunger",
+ "IanWhitney",
+ "JIghtuse",
+ "jonasbn",
+ "kytrinyx",
+ "leoyvens",
+ "lutostag",
+ "mkantor",
+ "navossoc",
+ "nfiles",
+ "petertseng",
+ "pminten",
+ "rofrol",
+ "sshine",
+ "stringparser",
+ "xakon",
+ "ZapAnton"
+ ],
+ "files": {
+ "solution": [
+ "src/lib.rs",
+ "Cargo.toml"
+ ],
+ "test": [
+ "tests/leap.rs"
+ ],
+ "example": [
+ ".meta/example.rs"
+ ]
+ },
+ "blurb": "Determine whether a given year is a leap year.",
+ "source": "CodeRanch Cattle Drive, Assignment 3",
+ "source_url": "https://coderanch.com/t/718816/Leap"
+}