-
Notifications
You must be signed in to change notification settings - Fork 3
/
cargo.toml
93 lines (71 loc) · 1.33 KB
/
cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[package]
name = "rust-housework"
version = "0.0.1"
license = "MIT"
authors = ["3442853561"]
[[bin]]
name = "BillyHerrington_extends_Fucker"
path = "./src/BillyHerrington_extends_Fucker.rs"
[[bin]]
name = "array"
path = "./src/array.rs"
[[bin]]
name = "cats"
path = "./src/cats.rs"
[[bin]]
name = "deconstruction"
path = "./src/deconstruction.rs"
[[bin]]
name = "display"
path = "./src/display.rs"
[[bin]]
name = "expect_output"
path = "./src/expect_output.rs"
[[bin]]
name = "float"
path = "./src/float.rs"
[[bin]]
name = "get_variant"
path = "./src/get_variant.rs"
[[bin]]
name = "interception"
path = "./src/interception.rs"
[[bin]]
name = "interpretador"
path = "./src/interpretador.rs"
[[bin]]
name = "leer"
path = "./src/leer.rs"
[[bin]]
name = "macro_default_value"
path = "./src/macro_default_value.rs"
[[bin]]
name = "macro_use"
path = "./src/macro_use.rs"
[[bin]]
name = "numero_entero"
path = "./src/numero_entero.rs"
[[bin]]
name = "palindrome"
path = "./src/palindrome.rs"
[[bin]]
name = "rain"
path = "./src/rain.rs"
[[bin]]
name = "rightbuttons"
path = "./src/rightbuttons.rs"
[[bin]]
name = "read_clone"
path = "./src/read_clone.rs"
[[bin]]
name = "sametag"
path = "./src/sametag.rs"
[[bin]]
name = "to_string"
path = "./src/to_string.rs"
[[bin]]
name = "typeid"
path = "./src/typeid.rs"
[[bin]]
name = "u8"
path = "./src/u8.rs"