mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2025-05-22 07:13:05 +00:00
Move to workspace
This commit is contained in:
parent
c20ee0e575
commit
b729259092
8 changed files with 28 additions and 14 deletions
6
crates/dinopkg-package-json/Cargo.toml
Normal file
6
crates/dinopkg-package-json/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "dinopkg-package-json"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
3
crates/dinopkg-package-json/src/main.rs
Normal file
3
crates/dinopkg-package-json/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue