mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-08 16:13:25 +02:00
split out codegen parts
This commit is contained in:
13
crates/dagger-codegen/Cargo.toml
Normal file
13
crates/dagger-codegen/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "dagger-codegen"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6.8"
|
||||
genco = "0.17.3"
|
||||
graphql-introspection-query = "0.2.0"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.91"
|
Reference in New Issue
Block a user