Skip to content

Commit b8157af

Browse files
committed
Update package manifest
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent ee4048f commit b8157af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
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)."
34
version = "0.1.0"
45
edition = "2021"
6+
repository = "https://github.com/frequenz-floss/frequenz-microgrid-component-graph-rs"
7+
license = "MIT"
58

69
[lib]
710
name = "frequenz_microgrid_component_graph"

0 commit comments

Comments
 (0)