mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 03:00:48 +00:00
12 lines
315 B
TOML
12 lines
315 B
TOML
[package]
|
|
name = "sandbox-agent-agent-credentials"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
dirs = "5.0"
|
|
time = { version = "0.3", features = ["parsing", "formatting"] }
|