mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-25 19:09:22 +02:00
with enum
This commit is contained in:
8
crates/dagger-core/Cargo.toml
Normal file
8
crates/dagger-core/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "dagger-core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
1
crates/dagger-core/src/lib.rs
Normal file
1
crates/dagger-core/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub struct Scalar(String);
|
Reference in New Issue
Block a user