We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee4048f + b8157af commit da373b3Copy full SHA for da373b3
Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "frequenz-microgrid-component-graph"
3
+description = "A library for representing the components of a microgrid and the connections between them as a Directed Acyclic Graph (DAG)."
4
version = "0.1.0"
5
edition = "2021"
6
+repository = "https://github.com/frequenz-floss/frequenz-microgrid-component-graph-rs"
7
+license = "MIT"
8
9
[lib]
10
name = "frequenz_microgrid_component_graph"
0 commit comments