summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-10 18:09:50 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-10 18:09:50 +0100
commit5b0aebdec3df5d48ae03eb87a6367333010227ee (patch)
tree6afeb9ebd970823d5a40dc83a9cb99cae6d1f165
parent3c33852070ad29d16ef6a2a3f50a8f187ce21bcc (diff)
Reduces number of crate's tag to 5
-rw-r--r--.project1
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.project b/.project
index ac6144a..f2f7d40 100644
--- a/.project
+++ b/.project
@@ -7,6 +7,7 @@
<buildSpec>
<buildCommand>
<name>com.github.rustdt.ide.core.Builder</name>
+ <triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
diff --git a/Cargo.toml b/Cargo.toml
index 9068ee3..e752aa5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/phsym/prettytable-rs"
documentation = "http://phsym.github.io/prettytable-rs"
readme = "README.md"
authors = [ "Pierre-Henri Symoneaux" ]
-keywords = ["tab", "table", "format", "pretty", "aligned", "terminal", "print"]
+keywords = ["tab", "table", "format", "pretty", "print"]
license = "BSD-3-Clause"
[[bin]]