From abd971f22cd730f859ab2c65691b43594d7fb532 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 5 Aug 2022 11:02:39 +0200 Subject: [PATCH] Update description of Cargo packages Make it match the new description of the GitHub repository. --- crates/fj-app/Cargo.toml | 5 ++++- crates/fj-export/Cargo.toml | 5 ++++- crates/fj-host/Cargo.toml | 5 ++++- crates/fj-interop/Cargo.toml | 5 ++++- crates/fj-kernel/Cargo.toml | 5 ++++- crates/fj-math/Cargo.toml | 5 ++++- crates/fj-operations/Cargo.toml | 5 ++++- crates/fj-proc/Cargo.toml | 5 ++++- crates/fj-viewer/Cargo.toml | 5 ++++- crates/fj-window/Cargo.toml | 5 ++++- crates/fj/Cargo.toml | 5 ++++- 11 files changed, 44 insertions(+), 11 deletions(-) diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index b4c67eb74..0456a1967 100644 --- a/crates/fj-app/Cargo.toml +++ b/crates/fj-app/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-app" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-export/Cargo.toml b/crates/fj-export/Cargo.toml index c67838cb8..ae43c9e8e 100644 --- a/crates/fj-export/Cargo.toml +++ b/crates/fj-export/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-export" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index 164c1e1c2..14cfa480a 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-host" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-interop/Cargo.toml b/crates/fj-interop/Cargo.toml index 2d60e4c01..8ba84aebd 100644 --- a/crates/fj-interop/Cargo.toml +++ b/crates/fj-interop/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-interop" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index fe0436c87..b69ee88fd 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-kernel" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index a63e7ff92..70bfe3c27 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-math" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-operations/Cargo.toml b/crates/fj-operations/Cargo.toml index 987e943f8..5debc123a 100644 --- a/crates/fj-operations/Cargo.toml +++ b/crates/fj-operations/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-operations" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index bbf009039..d2dec8aa5 100644 --- a/crates/fj-proc/Cargo.toml +++ b/crates/fj-proc/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-proc" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index cb1ea3ade..e9a163998 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-viewer" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 5fac566d0..42b33fbf1 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -3,7 +3,10 @@ name = "fj-window" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 3a46c5434..c3784b0cd 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -3,7 +3,10 @@ name = "fj" version = "0.10.0" edition = "2021" -description = "The world needs another CAD program." +description = """\ +Early-stage, next-generation, code-first CAD application. Because the world \ +needs another CAD program.\ +""" readme = "../../README.md" homepage = "https://www.fornjot.app/" repository = "https://github.com/hannobraun/fornjot"