smaug-lib 0.5.0

The library for interacting with Smaug projects
Documentation
1
2
3
4
5
6
7
use serde::Serialize;

#[derive(Clone, Debug, Serialize)]
pub struct Dependency {
    pub name: String,
    pub version: String,
}