mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
10 lines
251 B
TOML
10 lines
251 B
TOML
[package]
|
|
name = "sandbox-daemon-agent-credentials"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
dirs = "5.0"
|
|
time = { version = "0.3", features = ["parsing", "formatting"] }
|