Skip to content

Commit

Permalink
Add placeholder crate for fj-host
Browse files Browse the repository at this point in the history
The intent is to publish that on crates.io as a placeholder, with the
next release, then remove it.
  • Loading branch information
hannobraun committed Mar 16, 2022
1 parent 51a118d commit 77b9bcd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fj-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "fj-host"
version = "0.5.0"
edition = "2021"

description = "The world needs another CAD program."
readme = "README.md"
repository = "https://github.com/hannobraun/fornjot"
license = "0BSD"
1 change: 1 addition & 0 deletions fj-host/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`fj-host` has been renamed to `fj-app`. Please refer to the [`fj-app` crate](https://crates.io/crates/fj-app).
3 changes: 3 additions & 0 deletions fj-host/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
compile_error!(
"`fj-host has been renamed to `fj-app`: https://crates.io/crates/fj-app"
);

0 comments on commit 77b9bcd

Please sign in to comment.