remove useless file

This commit is contained in:
WindSoilder 2022-08-01 18:21:14 +08:00
parent df21af3522
commit 009abfb8a8
2 changed files with 0 additions and 11 deletions

View File

@ -1,8 +0,0 @@
[package]
name = "nu_plugin_bin_reader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}