|
1
|
# This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is |
|
2
|
# a Rust project. Your extensions dependencies should be added to the Cargo.toml |
|
3
|
# in the ext/ directory. |
|
4
|
|
|
5
|
[workspace] |
|
6
|
members = ["./ext/gem_error_codes"] |
|
7
|
resolver = "2" |