summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]]