forked from Fachschaft/nixConfig
First rough parsing of alias file to hashmap
This commit is contained in:
parent
c31324d205
commit
696370b85e
4 changed files with 90 additions and 0 deletions
10
packages/alias-to-sieve/Cargo.toml
Normal file
10
packages/alias-to-sieve/Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "alias_to_sieve"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[[bin]]
|
||||
name = "alias_to_sieve"
|
||||
path = "main.rs"
|
Loading…
Add table
Add a link
Reference in a new issue