summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-10 11:48:22 +0100
committerdiogo464 <[email protected]>2025-08-10 11:48:22 +0100
commit0d3488a3811c8d58bd570af64cc29840df9ba439 (patch)
tree68ac54aa6e280177df9738ee6310c1225acee0a6 /Cargo.toml
parent0d90737e06f3fc556e65bca56ec5defe8433be16 (diff)
reorganized repo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f2ffa1d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,13 @@
1[package]
2name = "fctdrive"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7clap = { version = "4.5.43", features = ["derive", "env"] }
8hex = { git = "https://git.d464.sh/hex-rs", version = "1.1.0" }
9sha2 = "0.10.9"
10slotmap = "1.0.7"
11
12[profile.release]
13debug = true