diff options
| author | diogo464 <[email protected]> | 2025-08-10 11:48:22 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-10 11:48:22 +0100 |
| commit | 0d3488a3811c8d58bd570af64cc29840df9ba439 (patch) | |
| tree | 68ac54aa6e280177df9738ee6310c1225acee0a6 /Cargo.toml | |
| parent | 0d90737e06f3fc556e65bca56ec5defe8433be16 (diff) | |
reorganized repo
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
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] | ||
| 2 | name = "fctdrive" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | clap = { version = "4.5.43", features = ["derive", "env"] } | ||
| 8 | hex = { git = "https://git.d464.sh/hex-rs", version = "1.1.0" } | ||
| 9 | sha2 = "0.10.9" | ||
| 10 | slotmap = "1.0.7" | ||
| 11 | |||
| 12 | [profile.release] | ||
| 13 | debug = true | ||
