dadk-config 0.4.0

DragonOS Application Development Kit - Config
Documentation
1
2
3
4
5
6
7
8
use serde::Deserialize;

#[derive(Debug, Clone, Deserialize)]
pub struct DragonStubConfig {
    /// The path to the source code of the DragonStub project.
    #[serde(rename = "src-path")]
    pub src_path: String,
}