mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
a13bc429eb
Co-authored-by: emilHof <95590295+emilHof@users.noreply.github.com>
27 lines
446 B
TOML
27 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 = "2.0.1", default-features = false }
|
|
snapbox = "0.4.8"
|
|
time = { version = "0.3.30", features = ["formatting", "macros"] }
|