123456789101112131415161718 |
- [package]
- name = "rustructure-test"
- version = "0.2.0"
- edition = "2021"
- description = "Tests for rustructure crate."
- readme = "../README.md"
- authors = [
- "Kestrel <kestrel@flying-kestrel.ca>"
- ]
- repository = "https://git.flying-kestrel.ca/kestrel/rustructure"
- license = "BSD-4-Clause"
- # This crate is for tests that do not need to be published
- publish = false
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- rustructure = { path = "../rustructure", version = "0.2.0", features = ["std"] }
|