Move to workspace

This commit is contained in:
SkyfallWasTaken 2024-07-09 20:46:45 +01:00
parent c20ee0e575
commit b729259092
8 changed files with 28 additions and 14 deletions

View file

@ -0,0 +1,6 @@
[package]
name = "dinopkg-package-json"
version = "0.1.0"
edition = "2021"
[dependencies]

View file

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