init: add workspace

This commit is contained in:
lihaixing
2024-06-23 12:58:12 +08:00
parent a9be450222
commit 1db41ee20d
6 changed files with 55 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "rustfs"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}