mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
reorganized project
This commit is contained in:
parent
34b20ec1fe
commit
c57a95b7b5
29 changed files with 34 additions and 43 deletions
8
cli/Cargo.toml
Normal file
8
cli/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "automata-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
# automata = {path = "../automata"}
|
||||
|
||||
5
cli/src/main.rs
Normal file
5
cli/src/main.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
pub fn main(){
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue