mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-10 21:36:43 +01:00
28 lines
446 B
TOML
28 lines
446 B
TOML
[package]
|
|
name = "bosion-test-no-std"
|
|
version = "0.1.0"
|
|
publish = false
|
|
edition = "2021"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[workspace]
|
|
|
|
[features]
|
|
default = ["foo"]
|
|
foo = []
|
|
|
|
[build-dependencies.bosion]
|
|
version = "*"
|
|
path = "../.."
|
|
default-features = false
|
|
|
|
[dependencies]
|
|
leon = { version = "0.0.1", default-features = false }
|
|
snapbox = "0.4.8"
|
|
time = { version = "0.3.20", features = ["formatting", "macros"] }
|