Skip to content

Commit da373b3

Browse files
authored
Update package manifest (#16)
2 parents ee4048f + b8157af commit da373b3

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)