summaryrefslogtreecommitdiff
path: root/rust/gigasecond/Cargo.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2024-05-31 23:01:55 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2024-05-31 23:01:55 +0200
commit0e14bbe57d66756ec08cc6e943bd730a30bcea15 (patch)
treed687e4d4c3fc3cbc0d8b44d46162e63d5831aa25 /rust/gigasecond/Cargo.toml
parent9eeeba3d42d44aeb2c4b7f4bafeee4ddbcbc7656 (diff)
Add gigasecond
Diffstat (limited to 'rust/gigasecond/Cargo.toml')
-rw-r--r--rust/gigasecond/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/rust/gigasecond/Cargo.toml b/rust/gigasecond/Cargo.toml
new file mode 100644
index 0000000..da110b7
--- /dev/null
+++ b/rust/gigasecond/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+edition = "2021"
+name = "gigasecond"
+version = "2.0.0"
+
+[dependencies]
+time = "0.3"