mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Rusnapshot only works on Linux... because BTRFS does.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
6ea79569d7
commit
6f87a2aa3f
2 changed files with 10 additions and 40 deletions
|
|
@ -16,3 +16,11 @@ sqlite = "0.26.0"
|
|||
md5 = "0.7.0"
|
||||
chrono = "0.4.19"
|
||||
prettytable-rs = "0.8.0"
|
||||
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
incremental = false
|
||||
opt-level = "s"
|
||||
Loading…
Add table
Add a link
Reference in a new issue