2024-07-24 21:59:24 +02:00
|
|
|
[package]
|
2024-07-24 22:15:53 +02:00
|
|
|
name = "sesam-vitale"
|
2024-07-24 21:59:24 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-09-19 23:50:42 +02:00
|
|
|
anyhow.workspace = true
|
2024-07-23 14:15:06 +02:00
|
|
|
libc = "0.2"
|
2024-09-19 23:50:42 +02:00
|
|
|
thiserror.workspace = true
|
|
|
|
|
2024-08-22 20:40:12 +02:00
|
|
|
utils = { path = "../utils" }
|
2024-07-23 14:15:06 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-09-19 23:50:42 +02:00
|
|
|
dotenv.workspace = true
|