diff --git a/apps/phynx/Cargo.toml b/apps/phynx/Cargo.toml deleted file mode 100644 index 8c97efa2..00000000 --- a/apps/phynx/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[package] -name = "phynx" -description = "A very fast linter for PHP projects." -version = "0.1.0" -edition = "2021" -license-file.workspace = true -rust-version.workspace = true - -[dependencies] diff --git a/apps/phynx/src/main.rs b/apps/phynx/src/main.rs deleted file mode 100644 index e7a11a96..00000000 --- a/apps/phynx/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}