move contents of taskchampion repo to tc/
This commit is contained in:
5
rust/.cargo/audit.toml
Normal file
5
rust/.cargo/audit.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[advisories]
|
||||
ignore = [
|
||||
"RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC
|
||||
"RUSTSEC-2020-0071", # same localtime_r bug as above
|
||||
]
|
||||
2
rust/.cargo/config
Normal file
2
rust/.cargo/config
Normal file
@@ -0,0 +1,2 @@
|
||||
[alias]
|
||||
xtask = "run --package xtask --"
|
||||
Reference in New Issue
Block a user