Skip to content

Commit 3f4c36e

Browse files
Create Cargo.toml
1 parent d0cb909 commit 3f4c36e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "portfolio-tracker"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
comfy-table = "6.1.1"

0 commit comments

Comments
 (0)