We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb11aca commit 08d9ceeCopy full SHA for 08d9cee
.travis.yml
@@ -0,0 +1,9 @@
1
+language: rust
2
+rust:
3
+ - stable
4
+ - beta
5
+ - nightly
6
+matrix:
7
+ allow_failures:
8
+ - rust: nightly
9
+ fast_finish: true
Cargo.toml
@@ -25,4 +25,14 @@ colored = "1.9.3"
25
26
members = [
27
"example"
28
-]
+]
29
+
30
+[package.metadata.deb]
31
+maintainer = "WhizSid <[email protected]>"
32
+copyright = "2020, WhizSid <[email protected]>"
33
+license-file = "LICENSE"
34
+extended-description = """\
35
+TypeScript like unit testing framework for testing REST JSON APIs."""
36
+depends = "$auto"
37
+section = "utility"
38
+priority = "optional"
aur
@@ -0,0 +1 @@
+Subproject commit a786e66da517f96ffea007bc535828a337b8c841
0 commit comments