mirror of
https://github.com/kjuulh/bitebuds.git
synced 2024-11-08 19:11:47 +01:00
14 lines
305 B
TOML
14 lines
305 B
TOML
|
[package]
|
||
|
name = "ci"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
dagger-sdk = "0.2.15"
|
||
|
eyre = "0.6.8"
|
||
|
color-eyre = "0.6.2"
|
||
|
tokio = { version = "1.26.0", features = ["full"] }
|
||
|
chrono.workspace = true
|