-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e5daba
commit fcc2f19
Showing
8 changed files
with
393 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,9 @@ members = [ | |
default-members = ["service"] | ||
resolver = "2" | ||
|
||
[workspace.package] | ||
repository = "https://github.com/pythonbrad/afrim" | ||
license = "MPL-2.0" | ||
readme = "README.md" | ||
authors = ["Brady Fomegne <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ edition = "2021" | |
description = "Handle the configuration of the afrim input method." | ||
keywords = ["ime", "config"] | ||
categories = ["config"] | ||
repository = "https://github.com/pythonbrad/afrim" | ||
license = "MIT" | ||
readme = "README.md" | ||
authors = ["Brady Fomegne <[email protected]>"] | ||
repository.workspace = true | ||
license.workspace = true | ||
readme.workspace = true | ||
authors.workspace = true | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ edition = "2021" | |
description = "A preprocessor to process keyboard events for an input method." | ||
keywords = ["ime", "processor", "keyboard"] | ||
categories = ["hardware-support"] | ||
repository = "https://github.com/pythonbrad/afrim" | ||
license = "MIT" | ||
readme = "README.md" | ||
authors = ["Brady Fomegne <[email protected]>"] | ||
repository.workspace = true | ||
license.workspace = true | ||
readme.workspace = true | ||
authors.workspace = true | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ edition = "2021" | |
description = "Manage the predication system of the afrim input method." | ||
keywords = ["auto-complete", "ime", "predication"] | ||
categories = ["text-processing"] | ||
repository = "https://github.com/pythonbrad/afrim" | ||
license = "MIT" | ||
readme = "README.md" | ||
authors = ["Brady Fomegne <[email protected]>"] | ||
repository.workspace = true | ||
license.workspace = true | ||
readme.workspace = true | ||
authors.workspace = true | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ edition = "2021" | |
description = "Make the handle of sequential codes easier for an input method." | ||
keywords = ["ime", "memory", "data-structure"] | ||
categories = ["data-structures", "text-processing"] | ||
repository = "https://github.com/pythonbrad/afrim" | ||
license = "MIT" | ||
readme = "README.md" | ||
authors = ["Brady Fomegne <[email protected]>"] | ||
repository.workspace = true | ||
license.workspace = true | ||
readme.workspace = true | ||
authors.workspace = true | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ edition = "2021" | |
description = "Core library of the afrim input method." | ||
keywords = ["ime", "keyboard"] | ||
categories = ["accessibility"] | ||
repository = "https://github.com/pythonbrad/afrim" | ||
license = "MIT" | ||
readme = "../README.md" | ||
authors = ["Brady Fomegne <[email protected]>"] | ||
repository.workspace = true | ||
license.workspace = true | ||
readme.workspace = true | ||
authors.workspace = true | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|