Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 23, 2024
1 parent 590e5bc commit 559afd2
Show file tree
Hide file tree
Showing 57 changed files with 468 additions and 1,275 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ version = "~0.15.0"
path = "module/core/former"
default-features = false

[workspace.dependencies.former_stable]
package = "former"
version = "=0.15.0"
default-features = false

[workspace.dependencies.former_meta]
version = "~0.14.0"
path = "module/core/former_meta"
Expand Down Expand Up @@ -324,6 +329,7 @@ default-features = false
version = "~0.2.0"
path = "module/alias/wstring_tools"


## fs tools / path tools

[workspace.dependencies.fs_tools]
Expand All @@ -349,6 +355,11 @@ version = "~0.2.0"
path = "module/core/process_tools"
default-features = false

[workspace.dependencies.process_tools_published]
package = "process_tools"
version = "~0.2.0"
default-features = false


## test

Expand Down
40 changes: 0 additions & 40 deletions module/core/former/examples/former_component_from.rs

This file was deleted.

53 changes: 0 additions & 53 deletions module/core/former/examples/former_custom_default.rs

This file was deleted.

45 changes: 0 additions & 45 deletions module/core/former/examples/former_custom_setter.rs

This file was deleted.

39 changes: 0 additions & 39 deletions module/core/former/examples/former_custom_setter_overriden.rs

This file was deleted.

82 changes: 0 additions & 82 deletions module/core/former/examples/former_custom_subformer.rs

This file was deleted.

39 changes: 0 additions & 39 deletions module/core/former/examples/former_debug.rs

This file was deleted.

Loading

0 comments on commit 559afd2

Please sign in to comment.